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

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: fix win_aura 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
« no previous file with comments | « ash/test/ash_test_base.cc ('k') | ash/test/cursor_manager_test_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..73a6e4c838a28ab42a1022b0ae5a1fb128bd458e 100644
--- a/ash/test/cursor_manager_test_api.h
+++ b/ash/test/cursor_manager_test_api.h
@@ -20,8 +20,8 @@ class CursorManagerTestApi {
explicit CursorManagerTestApi(CursorManager* cursor_manager);
~CursorManagerTestApi();
- gfx::NativeCursor GetCurrentCursor();
- float GetDeviceScaleFactor();
+ gfx::NativeCursor GetCurrentCursor() const;
+ float GetDeviceScaleFactor() const;
private:
CursorManager* cursor_manager_;
« no previous file with comments | « ash/test/ash_test_base.cc ('k') | ash/test/cursor_manager_test_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698