Index: views/window/window_gtk.cc |
diff --git a/views/window/window_gtk.cc b/views/window/window_gtk.cc |
index 1fee254a6194619a00adc6cfa363fe5752179c09..0e7a6f29d880192699ee00cf5bba4811e123bd23 100644 |
--- a/views/window/window_gtk.cc |
+++ b/views/window/window_gtk.cc |
@@ -411,6 +411,7 @@ void WindowGtk::FrameTypeChanged() { |
// This is called when the Theme has changed, so forward the event to the root |
// widget. |
ThemeChanged(); |
+ GetRootView()->SchedulePaint(); |
} |
//////////////////////////////////////////////////////////////////////////////// |