| Index: ash/magnifier/magnification_controller.h
|
| diff --git a/ash/magnifier/magnification_controller.h b/ash/magnifier/magnification_controller.h
|
| index aa7061808bb610547bd658591111936552349023..b17f785a97a0884358122f8a879aaf943d1bf8cc 100644
|
| --- a/ash/magnifier/magnification_controller.h
|
| +++ b/ash/magnifier/magnification_controller.h
|
| @@ -47,6 +47,9 @@ class MagnificationController {
|
| virtual void EnsureRectIsVisible(const gfx::Rect& rect, bool animate) = 0;
|
| virtual void EnsurePointIsVisible(const gfx::Point& point, bool animate) = 0;
|
|
|
| + // For test.
|
| + virtual gfx::Point GetPointOfInterestForTesting() = 0;
|
| +
|
| protected:
|
| MagnificationController() {}
|
| };
|
|
|