diff options
author | glotov@google.com <glotov@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-22 14:54:40 +0000 |
---|---|---|
committer | glotov@google.com <glotov@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-22 14:54:40 +0000 |
commit | b81af210441caf958d664a7abc62050f009e464e (patch) | |
tree | 706f36e9e197314981578130eeb740425d0f5b71 | |
parent | 4452a4ae973feb7f757aea837f68a7a4c732eded (diff) | |
download | chromium_src-b81af210441caf958d664a7abc62050f009e464e.zip chromium_src-b81af210441caf958d664a7abc62050f009e464e.tar.gz chromium_src-b81af210441caf958d664a7abc62050f009e464e.tar.bz2 |
Revert 69946 - User pods show hand cursor on hover
BUG=chromium-os:9296
TEST=manual
Review URL: http://codereview.chromium.org/5986005
TBR=glotov@google.com
Review URL: http://codereview.chromium.org/5962007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69947 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/browser/chromeos/login/user_view.cc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/chrome/browser/chromeos/login/user_view.cc b/chrome/browser/chromeos/login/user_view.cc index e359251..7def217 100644 --- a/chrome/browser/chromeos/login/user_view.cc +++ b/chrome/browser/chromeos/login/user_view.cc @@ -11,7 +11,6 @@ #include "chrome/browser/chromeos/login/rounded_view.h" #include "gfx/canvas.h" #include "gfx/canvas_skia.h" -#include "gfx/gtk_util.h" #include "gfx/rect.h" #include "grit/generated_resources.h" #include "grit/theme_resources.h" @@ -232,12 +231,6 @@ class PodImageView : public views::ImageView { views::ImageView::SetImage(image_); } - gfx::NativeCursor GetCursorForPoint( - views::Event::EventType event_type, - const gfx::Point& p) { - return gfx::GetCursor(GDK_HAND2); - } - private: SkBitmap image_; SkBitmap image_hot_; |