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

Unified Diff: views/controls/native_control.h

Issue 6976048: views: Add OnEnabledChanged() method to View class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove bool parameter 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.h
diff --git a/views/controls/native_control.h b/views/controls/native_control.h
index 12739205b8a2bf2d5499342708f360db6defd0dd..908b398cb3c161a7b9c5025898c707cd764645a8 100644
--- a/views/controls/native_control.h
+++ b/views/controls/native_control.h
@@ -38,7 +38,7 @@ class NativeControl : public View {
// Overridden to properly set the native control state.
virtual void SetVisible(bool f);
- virtual void SetEnabled(bool enabled);
+ virtual void OnEnabledChanged();
// Overridden to do nothing.
virtual void OnPaint(gfx::Canvas* canvas);
« no previous file with comments | « views/controls/label.cc ('k') | views/controls/native_control.cc » ('j') | views/view.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698