Chromium Code Reviews| Index: views/window/non_client_view.cc |
| =================================================================== |
| --- views/window/non_client_view.cc (revision 53545) |
| +++ views/window/non_client_view.cc (working copy) |
| @@ -61,7 +61,7 @@ |
| void NonClientView::UpdateFrame() { |
| SetFrameView(frame_->CreateFrameViewForWindow()); |
| - GetRootView()->ThemeChanged(); |
| + GetRootView()->NotifyThemeChanged(); |
| Layout(); |
| SchedulePaint(); |
| frame_->UpdateFrameAfterFrameChange(); |