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

Unified Diff: ui/ozone/public/ozone_platform.h

Issue 2027943002: [WIP] Make content_shell run under Wayland Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: (09.28.2016)Rebase on master Created 4 years, 3 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 | « ui/ozone/platform/wayland/wayland_output.cc ('k') | ui/ozone/public/ozone_platform_screen_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/public/ozone_platform.h
diff --git a/ui/ozone/public/ozone_platform.h b/ui/ozone/public/ozone_platform.h
index f530af37d9d9a063fca34fde83a01eda59d68b52..a15e335baf2f7093bc378aa5dd007dbdaccd6f93 100644
--- a/ui/ozone/public/ozone_platform.h
+++ b/ui/ozone/public/ozone_platform.h
@@ -30,6 +30,7 @@ class InputController;
class GpuPlatformSupportHost;
class NativeDisplayDelegate;
class OverlayManagerOzone;
+class OzonePlatformScreenDelegate;
class PlatformWindow;
class PlatformWindowDelegate;
class SurfaceFactoryOzone;
@@ -114,6 +115,7 @@ class OZONE_EXPORT OzonePlatform {
// A default do-nothing implementation is provided to permit platform
// implementations to opt out of implementing any Mojo interfaces.
virtual void AddInterfaces(shell::InterfaceRegistry* registry);
+ virtual void SetScreenOutputObserver(OzonePlatformScreenDelegate*) {}
private:
virtual void InitializeUI() = 0;
« no previous file with comments | « ui/ozone/platform/wayland/wayland_output.cc ('k') | ui/ozone/public/ozone_platform_screen_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698