Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Unified Diff: views/controls/native_control_win.h

Issue 6976048: views: Add OnEnabledChanged() method to View class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: views/controls/native_control_win.h
diff --git a/views/controls/native_control_win.h b/views/controls/native_control_win.h
index 5d7e949907201b8625335e72bfaf7eec7c71746c..218f06a62c40176c97f810c6a237ce0a9efb9c65 100644
--- a/views/controls/native_control_win.h
+++ b/views/controls/native_control_win.h
@@ -37,7 +37,7 @@ class NativeControlWin : public ChildWindowMessageProcessor,
virtual bool OnKeyDown(int vkey) { return false; }
// Overridden from View:
- virtual void SetEnabled(bool enabled);
+ virtual void OnEnabledChanged(bool enabled);
protected:
virtual void ViewHierarchyChanged(bool is_add, View *parent, View *child);

Powered by Google App Engine
This is Rietveld 408576698