aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-ui_compositor_compositor.h
blob: f6d8f5dd1f9eb12b2c6da261c27e4e1890ac6b03 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ui/compositor/compositor.h.orig	2020-11-13 06:37:05 UTC
+++ ui/compositor/compositor.h
@@ -366,7 +366,7 @@ class COMPOSITOR_EXPORT Compositor : public cc::LayerT
   void StopThroughtputTracker(TrackerId tracker_id) override;
   void CancelThroughtputTracker(TrackerId tracker_id) override;
 
-#if defined(OS_LINUX) && !defined(OS_CHROMEOS)
+#if (defined(OS_LINUX) && !defined(OS_CHROMEOS)) || defined(OS_BSD)
   void OnCompleteSwapWithNewSize(const gfx::Size& size);
 #endif