Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1231)

Unified Diff: views/controls/combobox/native_combobox_gtk.h

Issue 150127: Fix the Views combobox on GTK by adding a new function. (Closed)
Patch Set: Created 11 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | views/controls/combobox/native_combobox_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/controls/combobox/native_combobox_gtk.h
diff --git a/views/controls/combobox/native_combobox_gtk.h b/views/controls/combobox/native_combobox_gtk.h
index 2405697920c903f344154d9718b59d8ca502fe7e..e1034d03721c4d5be6956d5fe6fd606ba5f1c952 100644
--- a/views/controls/combobox/native_combobox_gtk.h
+++ b/views/controls/combobox/native_combobox_gtk.h
@@ -25,12 +25,13 @@ class NativeComboboxGtk : public NativeControlGtk,
virtual gfx::Size GetPreferredSize() const;
virtual View* GetView();
virtual void SetFocus();
+ virtual gfx::NativeView GetTestingHandle() const;
protected:
// Overridden from NativeControlGtk:
virtual void CreateNativeControl();
virtual void NativeControlCreated(GtkWidget* widget);
-
+
private:
// The combobox we are bound to.
Combobox* combobox_;
« no previous file with comments | « no previous file | views/controls/combobox/native_combobox_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698