| Index: views/controls/native_control_gtk.cc
|
| ===================================================================
|
| --- views/controls/native_control_gtk.cc (revision 17161)
|
| +++ views/controls/native_control_gtk.cc (working copy)
|
| @@ -10,7 +10,7 @@
|
|
|
| namespace views {
|
|
|
| -NativeControlGtk::NativeControlGtk() : NativeViewHostGtk() {
|
| +NativeControlGtk::NativeControlGtk() {
|
| }
|
|
|
| NativeControlGtk::~NativeControlGtk() {
|
| @@ -38,7 +38,7 @@
|
| 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) {
|
|
|