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

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

Issue 2537643008: Add IPCs for ash display shortcuts. (Closed)
Patch Set: Rebase. 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 50c1bd337c18a780547c804a9916cf8a009ad611..7b3a28f866b6939604524357e2c9d2f072543abc 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 IncreaseInternalDisplayZoom() override;
+ void DecreaseInternalDisplayZoom() override;
+ void ResetInternalDisplayZoom() 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;
« no previous file with comments | « ash/mus/accelerators/accelerator_controller_delegate_mus.cc ('k') | services/ui/display/screen_manager_ozone.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698