| Index: views/controls/native_control_gtk.h
|
| diff --git a/views/controls/native_control_gtk.h b/views/controls/native_control_gtk.h
|
| index 32a34f6ffc9e7ad3207a7a69c646e2400f9c3a50..05582fb25a87d4a9b1df227ee515c23d1c02abb6 100644
|
| --- a/views/controls/native_control_gtk.h
|
| +++ b/views/controls/native_control_gtk.h
|
| @@ -19,7 +19,7 @@ class NativeControlGtk : public NativeViewHost {
|
| virtual ~NativeControlGtk();
|
|
|
| // Overridden from View:
|
| - virtual void SetEnabled(bool enabled);
|
| + virtual void OnEnabledChanged();
|
|
|
| protected:
|
| virtual void ViewHierarchyChanged(bool is_add, View *parent, View *child);
|
|
|