From fde2530e82500b2a4ba93aae490ec94065d5e4b4 Mon Sep 17 00:00:00 2001 From: "Carlos J. Puga Medina" Date: Thu, 13 Jun 2019 22:29:19 +0000 Subject: www/chromium: Update to 75.0.3770.80 Changelog: https://chromium.googlesource.com/chromium/src/+log/74.0.3729.169..75.0.3770.80?pretty=fuller&n=10000 Submitted by: Matthias Wolf --- www/chromium/files/patch-ui_views_window_dialog__delegate.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'www/chromium/files/patch-ui_views_window_dialog__delegate.cc') diff --git a/www/chromium/files/patch-ui_views_window_dialog__delegate.cc b/www/chromium/files/patch-ui_views_window_dialog__delegate.cc index d3c99fcca7c6..e766577599e6 100644 --- a/www/chromium/files/patch-ui_views_window_dialog__delegate.cc +++ b/www/chromium/files/patch-ui_views_window_dialog__delegate.cc @@ -1,6 +1,6 @@ ---- ui/views/window/dialog_delegate.cc.orig 2019-03-11 22:01:19 UTC +--- ui/views/window/dialog_delegate.cc.orig 2019-06-04 18:55:50 UTC +++ ui/views/window/dialog_delegate.cc -@@ -64,7 +64,7 @@ Widget::InitParams DialogDelegate::GetDialogWidgetInit +@@ -61,7 +61,7 @@ Widget::InitParams DialogDelegate::GetDialogWidgetInit params.bounds = bounds; DialogDelegate* dialog = delegate->AsDialogDelegate(); @@ -8,4 +8,4 @@ +#if (defined(OS_LINUX) || defined(OS_BSD)) && !defined(OS_CHROMEOS) // The new style doesn't support unparented dialogs on Linux desktop. if (dialog) - dialog->supports_custom_frame_ &= parent != NULL; + dialog->supports_custom_frame_ &= parent != nullptr; -- cgit v1.2.3