diff options
Diffstat (limited to 'ui/views/window/dialog_client_view.h')
-rw-r--r-- | ui/views/window/dialog_client_view.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/views/window/dialog_client_view.h b/ui/views/window/dialog_client_view.h index d780806..e6f0ca2 100644 --- a/ui/views/window/dialog_client_view.h +++ b/ui/views/window/dialog_client_view.h @@ -63,6 +63,7 @@ class VIEWS_EXPORT DialogClientView : public ClientView, virtual void ViewHierarchyChanged( const ViewHierarchyChangedDetails& details) OVERRIDE; virtual void NativeViewHierarchyChanged() OVERRIDE; + virtual void OnNativeThemeChanged(const ui::NativeTheme* theme) OVERRIDE; // ButtonListener implementation: virtual void ButtonPressed(Button* sender, const ui::Event& event) OVERRIDE; |