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

Unified Diff: ash/accelerators/accelerator_table.h

Issue 10388141: Full-screen Magnifier: Support warping the cursor on the edge (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Make MagnificationController virtual class. Created 8 years, 7 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: ash/accelerators/accelerator_table.h
diff --git a/ash/accelerators/accelerator_table.h b/ash/accelerators/accelerator_table.h
index ce411a7f455c03a641ed63283b3e2c270bfbe622..0f6779690b6a60033b5e0cbd6845d2fe831f9847 100644
--- a/ash/accelerators/accelerator_table.h
+++ b/ash/accelerators/accelerator_table.h
@@ -60,6 +60,8 @@ enum AcceleratorAction {
OPEN_FILE_MANAGER,
#endif
#if !defined(NDEBUG)
+ MAGNIFY_SCREEN_ZOOM_IN,
+ MAGNIFY_SCREEN_ZOOM_OUT,
MONITOR_ADD_REMOVE,
MONITOR_CYCLE,
MONITOR_TOGGLE_SCALE,

Powered by Google App Engine
This is Rietveld 408576698