diff options
Diffstat (limited to 'views/controls/button/native_button_gtk.cc')
-rw-r--r-- | views/controls/button/native_button_gtk.cc | 2 |
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(); } |