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

Unified Diff: ash/accelerators/accelerator_commands.h

Issue 1263853002: Unified Desktop: Support 2xDSF display (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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 | ash/accelerators/accelerator_commands.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/accelerators/accelerator_commands.h
diff --git a/ash/accelerators/accelerator_commands.h b/ash/accelerators/accelerator_commands.h
index 6c12807d47dd6bbf7d9c38b733ed4d1824d550ae..e35ab2a5a62c1e32ebc27ef3ec2e5182fa0d131f 100644
--- a/ash/accelerators/accelerator_commands.h
+++ b/ash/accelerators/accelerator_commands.h
@@ -28,6 +28,15 @@ ASH_EXPORT void ToggleFullscreen();
// Toggles touch HUD.
ASH_EXPORT void ToggleTouchHudProjection();
+// True if the desktop zoom accelerator is enabled.
+bool IsInternalDisplayZoomEnabled();
+
+// Change internal display zooming up or down.
+ASH_EXPORT bool ZoomInternalDisplay(bool up);
+
+// Reset the display zooming to the default state.
+ASH_EXPORT void ResetInternalDisplayZoom();
+
} // namespace accelerators
} // namespace ash
« no previous file with comments | « no previous file | ash/accelerators/accelerator_commands.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698