| 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:
|
|
|