| 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..ccf3c39f095652db3b6a7860b599da7838025a27 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(bool enabled);
|
|
|
| protected:
|
| virtual void ViewHierarchyChanged(bool is_add, View *parent, View *child);
|
|
|