diff options
Diffstat (limited to 'chrome/views/root_view.h')
-rw-r--r-- | chrome/views/root_view.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/views/root_view.h b/chrome/views/root_view.h index 6538625..103b06d 100644 --- a/chrome/views/root_view.h +++ b/chrome/views/root_view.h @@ -83,6 +83,10 @@ class RootView : public View, // Get the Widget that hosts this View. virtual Widget* GetWidget() const; + // Public API for broadcasting theme change notifications to this View + // hierarchy. + virtual void ThemeChanged(); + // The following event methods are overridden to propagate event to the // control tree virtual bool OnMousePressed(const MouseEvent& e); |