summaryrefslogtreecommitdiffstats
path: root/ui/gfx/screen_gtk.cc
diff options
context:
space:
mode:
authorpkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-17 03:33:38 +0000
committerpkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-17 03:33:38 +0000
commit55a44a840df93909d26134d21b68e994222223b2 (patch)
tree2d0302e824cd4581c02a7b3ab8c9e0bb20cdd105 /ui/gfx/screen_gtk.cc
parent201a786fd066fec58b2a378537159fb8cfcc9e20 (diff)
downloadchromium_src-55a44a840df93909d26134d21b68e994222223b2.zip
chromium_src-55a44a840df93909d26134d21b68e994222223b2.tar.gz
chromium_src-55a44a840df93909d26134d21b68e994222223b2.tar.bz2
Revert 137622 - Fix a couple of bugs with the image skia implementation
Bug=124566 Test=Manual Review URL: https://chromiumcodereview.appspot.com/10389109 TBR=pkotwicz@chromium.org Review URL: https://chromiumcodereview.appspot.com/10391179 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137625 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/gfx/screen_gtk.cc')
-rw-r--r--ui/gfx/screen_gtk.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/ui/gfx/screen_gtk.cc b/ui/gfx/screen_gtk.cc
index 4df13b6..3de2d3e 100644
--- a/ui/gfx/screen_gtk.cc
+++ b/ui/gfx/screen_gtk.cc
@@ -76,11 +76,6 @@ 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);