Chromium Code Reviews| Index: ui/gfx/screen_aura.cc |
| diff --git a/ui/gfx/screen_aura.cc b/ui/gfx/screen_aura.cc |
| index 4337ede3c911d89ca5ac7926e3e6e7e704134017..7341a0edc07d469c235bb354cba1e74349b2a703 100644 |
| --- a/ui/gfx/screen_aura.cc |
| +++ b/ui/gfx/screen_aura.cc |
| @@ -27,6 +27,11 @@ void Screen::SetInstance(ScreenImpl* screen) { |
| // ifdef. |
| // static |
| +bool Screen::IsDIPEnabled() { |
| + return true; |
| +} |
| + |
| +// static |
| Point Screen::GetCursorScreenPoint() { |
| return g_instance_->GetCursorScreenPoint(); |
| } |