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

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

Issue 2537643008: Add IPCs for ash display shortcuts. (Closed)
Patch Set: Fixes. Created 4 years 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/screen_manager_ozone.h
diff --git a/services/ui/display/screen_manager_ozone.h b/services/ui/display/screen_manager_ozone.h
index 0b4011b8eb4fb05b7a901cc197132bfabbb383ec..8da41338ab35501834eea8d6311fc57e346a8bb2 100644
--- a/services/ui/display/screen_manager_ozone.h
+++ b/services/ui/display/screen_manager_ozone.h
@@ -51,7 +51,12 @@ class ScreenManagerOzone
void ToggleDisplayResolution() override;
// mojom::DisplayController:
+ void InternalDisplayIncreaseZoom() override;
+ void InternalDisplayDecreaseZoom() override;
+ void InternalDisplayResetZoom() override;
+ void RotateCurrentDisplayCW() override;
void SwapPrimaryDisplay() override;
+ void ToggleMirrorMode() override;
void SetDisplayWorkArea(int64_t display_id,
const gfx::Size& size,
const gfx::Insets& insets) override;

Powered by Google App Engine
This is Rietveld 408576698