diff options
author | derat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-04 00:46:57 +0000 |
---|---|---|
committer | derat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-04 00:46:57 +0000 |
commit | e0d22e884725a6fb153e405083d61d79639349ec (patch) | |
tree | e0bcde44b7dcd888566c6f8418bb20f9167909ca /ui/aura/root_window_observer.h | |
parent | cdcb1dee07b6c8e7fe968b2a5f4199c9c8fb2323 (diff) | |
download | chromium_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_observer.h')
-rw-r--r-- | ui/aura/root_window_observer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/aura/root_window_observer.h b/ui/aura/root_window_observer.h index 8cc48e6..5d8d6c4 100644 --- a/ui/aura/root_window_observer.h +++ b/ui/aura/root_window_observer.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. @@ -18,7 +18,7 @@ class Window; class AURA_EXPORT RootWindowObserver { public: - // Invoked after the RootWindowObserver is resized. + // Invoked after the RootWindow is resized. virtual void OnRootWindowResized(const gfx::Size& new_size) {} // Invoked when a new window is initialized. |