Index: ui/aura/desktop_host_linux.cc |
diff --git a/ui/aura/desktop_host_linux.cc b/ui/aura/desktop_host_linux.cc |
index 6025de5a7e1bc84eb8ed114a8fabe0d5e7457be6..03b02db834f6d013873d032d9be74b6a046e6f98 100644 |
--- a/ui/aura/desktop_host_linux.cc |
+++ b/ui/aura/desktop_host_linux.cc |
@@ -366,7 +366,7 @@ base::MessagePumpDispatcher::DispatchStatus DesktopHostLinux::Dispatch( |
switch (xev->type) { |
case Expose: |
- desktop_->Draw(); |
+ desktop_->ScheduleDraw(); |
handled = true; |
break; |
case KeyPress: { |