Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2744)

Unified Diff: ash/test/cursor_manager_test_api.h

Issue 11412315: Make the cursor have separate mode for disabled mouse events and invisible. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:

Powered by Google App Engine
This is Rietveld 408576698