diff options
Diffstat (limited to 'views/controls/native_control_gtk.cc')
-rw-r--r-- | views/controls/native_control_gtk.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/controls/native_control_gtk.cc b/views/controls/native_control_gtk.cc index 11781f6..cae4476 100644 --- a/views/controls/native_control_gtk.cc +++ b/views/controls/native_control_gtk.cc @@ -10,7 +10,7 @@ namespace views { -NativeControlGtk::NativeControlGtk() : NativeViewHostGtk() { +NativeControlGtk::NativeControlGtk() { } NativeControlGtk::~NativeControlGtk() { @@ -38,7 +38,7 @@ void NativeControlGtk::ViewHierarchyChanged(bool is_add, View* parent, CreateNativeControl(); // Call the base class to hide the view if we're being removed. - NativeViewHostGtk::ViewHierarchyChanged(is_add, parent, child); + NativeViewHost::ViewHierarchyChanged(is_add, parent, child); } void NativeControlGtk::VisibilityChanged(View* starting_from, bool is_visible) { |