summaryrefslogtreecommitdiffstats
path: root/ash/rotator/screen_rotation.h
diff options
context:
space:
mode:
authorajuma@chromium.org <ajuma@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-23 01:54:16 +0000
committerajuma@chromium.org <ajuma@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-23 01:54:16 +0000
commitbf91227ca2796661a6b17176dc50f4db002a7b49 (patch)
treeeb055c21ce79191091dfb52422b958d1118b3840 /ash/rotator/screen_rotation.h
parentfe3b57cceb3381de3b8a9e83d52f6829c14317c0 (diff)
downloadchromium_src-bf91227ca2796661a6b17176dc50f4db002a7b49.zip
chromium_src-bf91227ca2796661a6b17176dc50f4db002a7b49.tar.gz
chromium_src-bf91227ca2796661a6b17176dc50f4db002a7b49.tar.bz2
Thread ui opacity animations
BUG=164206 Review URL: https://chromiumcodereview.appspot.com/11896017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184254 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/rotator/screen_rotation.h')
-rw-r--r--ash/rotator/screen_rotation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/rotator/screen_rotation.h b/ash/rotator/screen_rotation.h
index 339b99f..2f9616a 100644
--- a/ash/rotator/screen_rotation.h
+++ b/ash/rotator/screen_rotation.h
@@ -43,7 +43,7 @@ class ASH_EXPORT ScreenRotation : public ui::LayerAnimationElement {
virtual bool OnProgress(double t,
ui::LayerAnimationDelegate* delegate) OVERRIDE;
virtual void OnGetTarget(TargetValue* target) const OVERRIDE;
- virtual void OnAbort() OVERRIDE;
+ virtual void OnAbort(ui::LayerAnimationDelegate* delegate) OVERRIDE;
static const ui::LayerAnimationElement::AnimatableProperties&
GetProperties();