summaryrefslogtreecommitdiffstats
path: root/views/controls/button/native_button_gtk.cc
diff options
context:
space:
mode:
authorsky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-10 17:00:53 +0000
committersky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-10 17:00:53 +0000
commitde4b4e40ef3eae4bdf9530c452663d8a0cd07897 (patch)
treef0490fc28b2a4d9fa59d34eb011af921001b8cfd /views/controls/button/native_button_gtk.cc
parentaffb184c81037ecea9f5e97170bd472fb44e1275 (diff)
downloadchromium_src-de4b4e40ef3eae4bdf9530c452663d8a0cd07897.zip
chromium_src-de4b4e40ef3eae4bdf9530c452663d8a0cd07897.tar.gz
chromium_src-de4b4e40ef3eae4bdf9530c452663d8a0cd07897.tar.bz2
Gets linux2 to compile again.
BUG=none TEST=none TBR=ben@chromium.org Review URL: http://codereview.chromium.org/118515 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18069 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/controls/button/native_button_gtk.cc')
-rw-r--r--views/controls/button/native_button_gtk.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/controls/button/native_button_gtk.cc b/views/controls/button/native_button_gtk.cc
index e4355c1..c97d1e0 100644
--- a/views/controls/button/native_button_gtk.cc
+++ b/views/controls/button/native_button_gtk.cc
@@ -68,7 +68,7 @@ void NativeButtonGtk::SetFocus() {
Focus();
}
-gfx::NativeView NativeButtonWin::GetTestingHandle() const {
+gfx::NativeView NativeButtonGtk::GetTestingHandle() const {
return native_view();
}