diff options
Diffstat (limited to 'views/widget/root_view.h')
-rw-r--r-- | views/widget/root_view.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/widget/root_view.h b/views/widget/root_view.h index 6694f6a..c749bc8 100644 --- a/views/widget/root_view.h +++ b/views/widget/root_view.h @@ -80,11 +80,11 @@ class RootView : public View, // 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 |