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

Unified Diff: ui/aura/root_window.h

Issue 8976012: chromeos: Implement power button animations for Aura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: use aura::RootWindow::ShowCursor() to hide cursor 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
Index: ui/aura/root_window.h
diff --git a/ui/aura/root_window.h b/ui/aura/root_window.h
index b3e91ec301e4f60532b60a5dedc886202f658002..8e28279759a8c5f238e9facd9c11c1cb44ed36fb 100644
--- a/ui/aura/root_window.h
+++ b/ui/aura/root_window.h
@@ -144,7 +144,7 @@ class AURA_EXPORT RootWindow : public ui::CompositorDelegate,
#endif
// Overridden from ui::CompositorDelegate:
- virtual void ScheduleDraw();
+ virtual void ScheduleDraw() OVERRIDE;
private:
RootWindow();

Powered by Google App Engine
This is Rietveld 408576698