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; |
sky
2013/04/25 14:41:35
point of interest? What is this?
yoshiki
2013/04/25 16:05:19
The value of point_of_interest is the last cursor
sky
2013/04/25 16:46:59
My point is there is no description of the method
|
+ |
protected: |
MagnificationController() {} |
}; |