Chromium Code Reviews| 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 1b9c6b82ce7ee78acd17b2bab1fd69b5c8642af3..b9ca7c03b5c9c8fcab7201bea5918cf980e88a11 100644 |
| --- a/ash/test/cursor_manager_test_api.h |
| +++ b/ash/test/cursor_manager_test_api.h |
| @@ -7,12 +7,9 @@ |
| #include "base/basictypes.h" |
| #include "ui/base/cursor/cursor.h" |
| +#include "ui/gfx/display.h" |
| #include "ui/gfx/native_widget_types.h" |
| -namespace gfx { |
| -class Display; |
| -} |
| - |
| namespace wm { |
| class CursorManager; |
| } |
| @@ -28,7 +25,7 @@ class CursorManagerTestApi { |
| ui::CursorSetType GetCurrentCursorSet() const; |
| gfx::NativeCursor GetCurrentCursor() const; |
| - gfx::Display GetDisplay() const; |
| + gfx::Display::Rotation GetCurrentCursorRotation() const; |
|
tdanderson
2014/04/22 17:28:10
Is the |scale_| member in CursorLoader tested anyw
oshima
2014/04/23 01:47:11
They're indirectly tested in
ui/base/cursor/curso
|
| private: |
| ::wm::CursorManager* cursor_manager_; |