Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(99)

Unified Diff: ui/display/screen.h

Issue 2042503002: ozone/platform/wayland: Add support for wl_output_interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: hide the use of the base::Closure Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/ozone/DEPS » ('j') | ui/ozone/platform/wayland/wayland_display.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) { }
Michael Forney 2016/06/14 23:44:54 What does this name field mean?
+
private:
DISALLOW_COPY_AND_ASSIGN(Screen);
};
« no previous file with comments | « no previous file | ui/ozone/DEPS » ('j') | ui/ozone/platform/wayland/wayland_display.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698