Chromium Code Reviews| Index: ui/aura/desktop/desktop_cursor_client.cc |
| diff --git a/ui/aura/desktop/desktop_cursor_client.cc b/ui/aura/desktop/desktop_cursor_client.cc |
| index d44cb32552cfceb584e05fb6818f0b47208f46c8..e304a47c5d044a7039642fbc822501a4e8a1af9d 100644 |
| --- a/ui/aura/desktop/desktop_cursor_client.cc |
| +++ b/ui/aura/desktop/desktop_cursor_client.cc |
| @@ -27,4 +27,8 @@ bool DesktopCursorClient::IsCursorVisible() const { |
| return root_window_->cursor_shown(); |
| } |
| +void DesktopCursorClient::SetDeviceScaleFactor(float scale_factor) { |
| + // NOTIMPLEMENTED(); |
|
oshima
2012/09/07 19:52:01
Instead, can you add TODO(erg|ben) regarding what
mazda
2012/09/07 22:38:14
Done.
|
| +} |
| + |
| } // namespace aura |