| Index: views/controls/combobox/native_combobox_gtk.cc
|
| ===================================================================
|
| --- views/controls/combobox/native_combobox_gtk.cc (revision 19623)
|
| +++ views/controls/combobox/native_combobox_gtk.cc (working copy)
|
| @@ -57,6 +57,10 @@
|
| Focus();
|
| }
|
|
|
| +gfx::NativeView NativeComboboxGtk::GetTestingHandle() const {
|
| + return native_view();
|
| +}
|
| +
|
| ////////////////////////////////////////////////////////////////////////////////
|
| // NativeComboboxGtk, NativeControlGtk overrides:
|
|
|
|
|