| Index: ui/gfx/screen_gtk.cc
|
| diff --git a/ui/gfx/screen_gtk.cc b/ui/gfx/screen_gtk.cc
|
| index 3de2d3e8d1b019a99a14479129e7952b97f37db3..4df13b6274df47e41e25bf34aa5c8641852e9347 100644
|
| --- a/ui/gfx/screen_gtk.cc
|
| +++ b/ui/gfx/screen_gtk.cc
|
| @@ -76,6 +76,11 @@ gfx::Rect GetMonitorAreaNearestWindow(gfx::NativeView view) {
|
| namespace gfx {
|
|
|
| // static
|
| +bool Screen::IsDIPEnabled() {
|
| + return false;
|
| +}
|
| +
|
| +// static
|
| gfx::Point Screen::GetCursorScreenPoint() {
|
| gint x, y;
|
| gdk_display_get_pointer(gdk_display_get_default(), NULL, &x, &y, NULL);
|
|
|