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

Unified Diff: ui/aura/desktop.h

Issue 8815004: Aura: delay draw on Expose to avoid getting behind (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nit Created 9 years 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 | « no previous file | ui/aura/desktop_host_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/desktop.h
diff --git a/ui/aura/desktop.h b/ui/aura/desktop.h
index df12a6cd4f21008e2c2c97eac5f88adb0fdad228..d76e43eefdf1743fb7fd2b4973e5452eeacde888 100644
--- a/ui/aura/desktop.h
+++ b/ui/aura/desktop.h
@@ -150,6 +150,9 @@ class AURA_EXPORT Desktop : public ui::CompositorDelegate,
void ToggleFullScreen();
#endif
+ // Overridden from ui::CompositorDelegate:
+ virtual void ScheduleDraw();
+
private:
Desktop();
virtual ~Desktop();
@@ -162,9 +165,6 @@ class AURA_EXPORT Desktop : public ui::CompositorDelegate,
bool ProcessKeyEvent(Window* target, KeyEvent* event);
ui::TouchStatus ProcessTouchEvent(Window* target, TouchEvent* event);
- // Overridden from ui::CompositorDelegate
- virtual void ScheduleDraw();
-
// Overridden from Window:
virtual bool CanFocus() const OVERRIDE;
virtual internal::FocusManager* GetFocusManager() OVERRIDE;
« no previous file with comments | « no previous file | ui/aura/desktop_host_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698