summaryrefslogtreecommitdiffstats
path: root/ui/aura/root_window.h
diff options
context:
space:
mode:
authorderat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-04 00:46:57 +0000
committerderat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-04 00:46:57 +0000
commite0d22e884725a6fb153e405083d61d79639349ec (patch)
treee0bcde44b7dcd888566c6f8418bb20f9167909ca /ui/aura/root_window.h
parentcdcb1dee07b6c8e7fe968b2a5f4199c9c8fb2323 (diff)
downloadchromium_src-e0d22e884725a6fb153e405083d61d79639349ec.zip
chromium_src-e0d22e884725a6fb153e405083d61d79639349ec.tar.gz
chromium_src-e0d22e884725a6fb153e405083d61d79639349ec.tar.bz2
chromeos: Implement power button animations for Aura.
This adds animated transitions first to the lock screen and then to shutdown similar to those currently implemented in the Chrome OS power manager and X window manager. I'll add support for the lock key in a later change. BUG=98328 TEST=added tests; also did a lot of manual testing TBR=evan@chromium.org Review URL: http://codereview.chromium.org/8976012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116245 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/aura/root_window.h')
-rw-r--r--ui/aura/root_window.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/aura/root_window.h b/ui/aura/root_window.h
index b3e91ec..1355ab4 100644
--- a/ui/aura/root_window.h
+++ b/ui/aura/root_window.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -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();