aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_viz_service_frame__sinks_root__compositor__frame__sink__impl.cc
diff options
context:
space:
mode:
authorMatthias Wolf <matthias@rheinwolf.de>2021-04-27 14:25:26 +0000
committerRene Ladan <rene@FreeBSD.org>2021-04-27 14:29:47 +0000
commitbe6259aac7b38bb3129be18e4ca60d42078cca3e (patch)
treec751b3c98ce06f6217fb44fc88ad582a05327926 /www/chromium/files/patch-components_viz_service_frame__sinks_root__compositor__frame__sink__impl.cc
parent87e8477cb34d4fb1ff6173aaf66407e580f894ab (diff)
downloadports-be6259aac7b38bb3129be18e4ca60d42078cca3e.tar.gz
ports-be6259aac7b38bb3129be18e4ca60d42078cca3e.zip
www/chromium: update to 90.0.4430.85
Tested by: Matthias Wolf, rene MFH: 2021Q2 Security: http://vuxml.freebsd.org/freebsd/cb13a765-a277-11eb-97a0-e09467587c17.html
Diffstat (limited to 'www/chromium/files/patch-components_viz_service_frame__sinks_root__compositor__frame__sink__impl.cc')
-rw-r--r--www/chromium/files/patch-components_viz_service_frame__sinks_root__compositor__frame__sink__impl.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/chromium/files/patch-components_viz_service_frame__sinks_root__compositor__frame__sink__impl.cc b/www/chromium/files/patch-components_viz_service_frame__sinks_root__compositor__frame__sink__impl.cc
index b3f09fd8503f..5dbf44275bcc 100644
--- a/www/chromium/files/patch-components_viz_service_frame__sinks_root__compositor__frame__sink__impl.cc
+++ b/www/chromium/files/patch-components_viz_service_frame__sinks_root__compositor__frame__sink__impl.cc
@@ -1,4 +1,4 @@
---- components/viz/service/frame_sinks/root_compositor_frame_sink_impl.cc.orig 2021-03-12 23:57:23 UTC
+--- components/viz/service/frame_sinks/root_compositor_frame_sink_impl.cc.orig 2021-04-14 18:41:02 UTC
+++ components/viz/service/frame_sinks/root_compositor_frame_sink_impl.cc
@@ -59,7 +59,7 @@ RootCompositorFrameSinkImpl::Create(
@@ -9,7 +9,7 @@
// For X11, we need notify client about swap completion after resizing, so the
// client can use it for synchronize with X11 WM.
output_surface->SetNeedsSwapSizeNotifications(true);
-@@ -466,7 +466,7 @@ void RootCompositorFrameSinkImpl::DisplayDidCompleteSw
+@@ -476,7 +476,7 @@ void RootCompositorFrameSinkImpl::DisplayDidCompleteSw
display_client_->DidCompleteSwapWithSize(pixel_size);
// TODO(crbug.com/1052397): Revisit the macro expression once build flag switch
// of lacros-chrome is complete.