Index: ash/display/display_controller.cc |
diff --git a/ash/display/display_controller.cc b/ash/display/display_controller.cc |
index 826fef8c38543837c3b5c26fc057d8c7b2a43123..7a3b6f9959daef8f7b0067eec767a425a89924be 100644 |
--- a/ash/display/display_controller.cc |
+++ b/ash/display/display_controller.cc |
@@ -153,6 +153,10 @@ void SetDisplayPropertiesOnHost(AshWindowTreeHost* ash_host, |
base::TimeDelta::FromMicroseconds( |
base::Time::kMicrosecondsPerSecond / mode.refresh_rate)); |
} |
+ |
+ // Just movnig the display requires the full redraw. |
+ // chrome-os-partner:33558. |
+ host->compositor()->ScheduleFullRedraw(); |
} |
void ClearDisplayPropertiesOnHost(AshWindowTreeHost* ash_host, |