summaryrefslogtreecommitdiffstats
path: root/chrome/views/non_client_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/views/non_client_view.h')
-rw-r--r--chrome/views/non_client_view.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/views/non_client_view.h b/chrome/views/non_client_view.h
index d2ed5c1..9561052 100644
--- a/chrome/views/non_client_view.h
+++ b/chrome/views/non_client_view.h
@@ -137,6 +137,11 @@ class NonClientView : public View {
// Called by the containing Window when it is closed.
void WindowClosing();
+ // Called by the window when it receives a theme changed notification. Changes
+ // the content of the NonClientView to match what is required for the current
+ // system theme.
+ void SystemThemeChanged();
+
// Changes the frame from native to custom depending on the value of
// |use_native_frame|.
void SetUseNativeFrame(bool use_native_frame);