summaryrefslogtreecommitdiffstats
path: root/views/widget/root_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/widget/root_view.h')
-rw-r--r--views/widget/root_view.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/views/widget/root_view.h b/views/widget/root_view.h
index 2d74b1f..aee0bf8 100644
--- a/views/widget/root_view.h
+++ b/views/widget/root_view.h
@@ -80,6 +80,10 @@ class RootView : public View,
// hierarchy.
virtual void ThemeChanged();
+ // Public API for broadcasting locale change notifications to this View
+ // hierarchy.
+ virtual void NotifyLocaleChanged();
+
// The following event methods are overridden to propagate event to the
// control tree
virtual bool OnMousePressed(const MouseEvent& e);