| Index: ash/magnifier/magnification_controller.h
|
| diff --git a/ash/magnifier/magnification_controller.h b/ash/magnifier/magnification_controller.h
|
| index a110b93ab1f65f3e22eb608b89674e9800837be3..aa7061808bb610547bd658591111936552349023 100644
|
| --- a/ash/magnifier/magnification_controller.h
|
| +++ b/ash/magnifier/magnification_controller.h
|
| @@ -28,6 +28,7 @@ class MagnificationController {
|
| // Enables (or disables if |enabled| is false) screen magnifier feature.
|
| virtual void SetEnabled(bool enabled) = 0;
|
|
|
| + // Returns if the screen magnifier is enabled or not.
|
| virtual bool IsEnabled() const = 0;
|
|
|
| // Sets the magnification ratio. 1.0f means no magnification.
|
|
|