Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(487)

Unified Diff: views/window/window_gtk.cc

Issue 6904160: Implement new gray mock. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review nits Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « views/window/non_client_view.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
}
////////////////////////////////////////////////////////////////////////////////
« no previous file with comments | « views/window/non_client_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698