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

Unified Diff: ash/common/wm_shell.h

Issue 2642723007: chromeos: Removed enable magnifier from palette delegate. (Closed)
Patch Set: Trybot. Created 3 years, 11 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 | « ash/common/test/test_palette_delegate.cc ('k') | ash/mus/bridge/wm_shell_mus.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/wm_shell.h
diff --git a/ash/common/wm_shell.h b/ash/common/wm_shell.h
index f13fb91ff488616fd40aa8f3164c335ba39c8765..da1ea8e97a2eeb5ef3a1acfa42a38c908cafae9a 100644
--- a/ash/common/wm_shell.h
+++ b/ash/common/wm_shell.h
@@ -449,6 +449,9 @@ class ASH_EXPORT WmShell : public SessionStateObserver,
// Enable or disable the laser pointer.
virtual void SetLaserPointerEnabled(bool enabled) = 0;
+ // Enable or disable the partial magnifier.
+ virtual void SetPartialMagnifierEnabled(bool enabled) = 0;
+
virtual void CreatePointerWatcherAdapter() = 0;
protected:
« no previous file with comments | « ash/common/test/test_palette_delegate.cc ('k') | ash/mus/bridge/wm_shell_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698