Index: ui/display/screen.h |
diff --git a/ui/display/screen.h b/ui/display/screen.h |
index 79a0035d2565e9aa4b27d5723591ecd4397f403b..56c27e95703c38188ae2d0805bfe12e75e59a5b8 100644 |
--- a/ui/display/screen.h |
+++ b/ui/display/screen.h |
@@ -88,6 +88,9 @@ class DISPLAY_EXPORT Screen { |
virtual gfx::Rect DIPToScreenRectInWindow(gfx::NativeView view, |
const gfx::Rect& dip_rect) const; |
+ // Called when the compositor geometry has been changed. |
+ virtual void OnOutputGeometryChanged(int32_t name, const gfx::Rect& rect) { } |
rjkroege
2016/07/08 21:59:19
There should be no reason to add this here.
joone
2016/07/20 00:07:20
Removed.
|
+ |
private: |
DISALLOW_COPY_AND_ASSIGN(Screen); |
}; |