Index: views/widget/root_view.h |
=================================================================== |
--- views/widget/root_view.h (revision 53545) |
+++ views/widget/root_view.h (working copy) |
@@ -79,11 +79,11 @@ |
// Public API for broadcasting theme change notifications to this View |
// hierarchy. |
- virtual void ThemeChanged(); |
+ void NotifyThemeChanged(); |
// Public API for broadcasting locale change notifications to this View |
// hierarchy. |
- virtual void NotifyLocaleChanged(); |
+ void NotifyLocaleChanged(); |
// The following event methods are overridden to propagate event to the |
// control tree |