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

Unified Diff: services/ui/display/platform_screen_ozone.h

Issue 2415163002: Expand and split DisplayController mojom. (Closed)
Patch Set: Created 4 years, 2 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
Index: services/ui/display/platform_screen_ozone.h
diff --git a/services/ui/display/platform_screen_ozone.h b/services/ui/display/platform_screen_ozone.h
index 5b712bc2d628db805314a0d76054c0283e95c4e1..df22e4e062e041abda912e71c10c947d24cc5383 100644
--- a/services/ui/display/platform_screen_ozone.h
+++ b/services/ui/display/platform_screen_ozone.h
@@ -41,7 +41,11 @@ class PlatformScreenOzone
int64_t GetPrimaryDisplayId() const override;
// mojom::DisplayController:
- void ToggleVirtualDisplay() override;
+ void ToggleAddRemoveDisplay() override;
+ void SwapPrimaryDisplay() override;
+ void SetDisplayWorkArea(int64_t display_id,
+ const gfx::Size& size,
+ const gfx::Insets& insets) override;
private:
// TODO(kylechar): This struct is just temporary until we migrate

Powered by Google App Engine
This is Rietveld 408576698