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

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: address comments 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..fd914942a992e1fccc2f7721f0018cdf179d9df4 100644
--- a/ash/test/cursor_manager_test_api.h
+++ b/ash/test/cursor_manager_test_api.h
@@ -20,8 +20,9 @@ class CursorManagerTestApi {
explicit CursorManagerTestApi(CursorManager* cursor_manager);
~CursorManagerTestApi();
- gfx::NativeCursor GetCurrentCursor();
- float GetDeviceScaleFactor();
+ gfx::NativeCursor GetCurrentCursor() const;
+ bool GetEnabled() const;
+ float GetDeviceScaleFactor() const;
private:
CursorManager* cursor_manager_;

Powered by Google App Engine
This is Rietveld 408576698