diff options
Diffstat (limited to 'views/controls/button/native_button_gtk.cc')
-rw-r--r-- | views/controls/button/native_button_gtk.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/views/controls/button/native_button_gtk.cc b/views/controls/button/native_button_gtk.cc index 7bd4da6..4ed3138 100644 --- a/views/controls/button/native_button_gtk.cc +++ b/views/controls/button/native_button_gtk.cc @@ -70,6 +70,10 @@ void NativeButtonGtk::SetFocus() { Focus(); } +bool NativeButtonGtk::UsesNativeLabel() const { + return true; +} + gfx::NativeView NativeButtonGtk::GetTestingHandle() const { return native_view(); } |