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

Unified Diff: ui/views/widget/root_view.cc

Issue 1906563002: [WIP] Fire a theme changed notification when device scan completes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Recalculate tab and new tab button sizes Created 4 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
Index: ui/views/widget/root_view.cc
diff --git a/ui/views/widget/root_view.cc b/ui/views/widget/root_view.cc
index cbfb8c4a95dffa42d8ffa0e11797a44fcfd765f0..624d78ae38775d572f51c6634e6b02bc0108e2d0 100644
--- a/ui/views/widget/root_view.cc
+++ b/ui/views/widget/root_view.cc
@@ -224,6 +224,7 @@ void RootView::SetFocusTraversableParentView(View* view) {
void RootView::ThemeChanged() {
View::PropagateThemeChanged();
+ Layout();
}
void RootView::LocaleChanged() {

Powered by Google App Engine
This is Rietveld 408576698