Index: ash/test/cursor_manager_test_api.h |
diff --git a/ash/test/cursor_manager_test_api.h b/ash/test/cursor_manager_test_api.h |
index 5cb25add8d826b4fabc7cdfad281c8f367b63ec2..8c6544e8703158ccdb037dd1d608e18b983a33aa 100644 |
--- a/ash/test/cursor_manager_test_api.h |
+++ b/ash/test/cursor_manager_test_api.h |
@@ -20,7 +20,8 @@ class CursorManagerTestApi { |
explicit CursorManagerTestApi(CursorManager* cursor_manager); |
~CursorManagerTestApi(); |
- gfx::NativeCursor GetCurrentCursor(); |
+ gfx::NativeCursor GetCurrentCursor() const; |
+ bool GetEnabled() const; |
float GetDeviceScaleFactor(); |
oshima
2012/12/05 23:46:45
can this be const too?
mazda
2012/12/06 01:36:50
Done.
|
private: |