diff options
Diffstat (limited to 'views/controls/native/native_view_host_gtk.h')
-rw-r--r-- | views/controls/native/native_view_host_gtk.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/controls/native/native_view_host_gtk.h b/views/controls/native/native_view_host_gtk.h index 17ccd7e..eb98349 100644 --- a/views/controls/native/native_view_host_gtk.h +++ b/views/controls/native/native_view_host_gtk.h @@ -16,7 +16,7 @@ namespace views { class View; -class WidgetGtk; +class NativeWidgetGtk; // Note that the NativeViewHostGtk assumes ownership of the GtkWidget attached // to it for the duration of its attachment. This is so the NativeViewHostGtk @@ -50,7 +50,7 @@ class NativeViewHostGtk : public NativeViewHostWrapper { // Destroys the GtkFixed that performs clipping on our hosted GtkWidget. void DestroyFixed(); - WidgetGtk* GetHostWidget() const; + NativeWidgetGtk* GetHostWidget() const; // Returns the descendant of fixed_ that has focus, or NULL if focus is not // on a descendant of fixed_. |