| Index: chrome/views/root_view.h
|
| ===================================================================
|
| --- chrome/views/root_view.h (revision 10688)
|
| +++ chrome/views/root_view.h (working copy)
|
| @@ -83,6 +83,10 @@
|
| // 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);
|
|
|