Chromium Code Reviews| Index: trunk/src/ui/aura/test/test_cursor_client.cc |
| =================================================================== |
| --- trunk/src/ui/aura/test/test_cursor_client.cc (revision 263047) |
| +++ trunk/src/ui/aura/test/test_cursor_client.cc (working copy) |
| @@ -49,6 +49,13 @@ |
| return ui::CURSOR_SET_NORMAL; |
| } |
| +void TestCursorClient::SetScale(float scale) { |
| +} |
| + |
| +float TestCursorClient::GetScale() const { |
| + return 1.f; |
| +} |
| + |
| bool TestCursorClient::IsCursorVisible() const { |
| return visible_; |
| } |