| Index: ash/test/cursor_manager_test_api.h
|
| ===================================================================
|
| --- ash/test/cursor_manager_test_api.h (revision 177177)
|
| +++ ash/test/cursor_manager_test_api.h (working copy)
|
| @@ -20,8 +20,8 @@
|
| explicit CursorManagerTestApi(CursorManager* cursor_manager);
|
| ~CursorManagerTestApi();
|
|
|
| - gfx::NativeCursor GetCurrentCursor();
|
| - float GetDeviceScaleFactor();
|
| + gfx::NativeCursor GetCurrentCursor() const;
|
| + float GetDeviceScaleFactor() const;
|
|
|
| private:
|
| CursorManager* cursor_manager_;
|
|
|