Chromium Code Reviews| Index: mojo/aura/screen_mojo.cc |
| diff --git a/mojo/aura/screen_mojo.cc b/mojo/aura/screen_mojo.cc |
| index b07c320a601d0f921824190eff85724ef81a2c98..098df399ad1f778a73012f54491edd859f0c069c 100644 |
| --- a/mojo/aura/screen_mojo.cc |
| +++ b/mojo/aura/screen_mojo.cc |
| @@ -17,11 +17,6 @@ ScreenMojo* ScreenMojo::Create() { |
| ScreenMojo::~ScreenMojo() { |
| } |
| -bool ScreenMojo::IsDIPEnabled() { |
| - NOTIMPLEMENTED(); |
| - return true; |
| -} |
| - |
| gfx::Point ScreenMojo::GetCursorScreenPoint() { |
| NOTIMPLEMENTED(); |
| return gfx::Point(); |