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

Unified Diff: ash/rotator/screen_rotation.h

Issue 11896017: Thread ui opacity animations (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Correctly deal with sequences meant to start together Created 7 years, 11 months 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 | ash/rotator/screen_rotation.cc » ('j') | cc/animation_id_provider.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/rotator/screen_rotation.h
diff --git a/ash/rotator/screen_rotation.h b/ash/rotator/screen_rotation.h
index 88bad2b3af5aa187fec4daee55f42e99fc4c4f63..fb9331d02c32c36e97ebac7509284fd122eb3bc7 100644
--- a/ash/rotator/screen_rotation.h
+++ b/ash/rotator/screen_rotation.h
@@ -41,7 +41,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();
« no previous file with comments | « no previous file | ash/rotator/screen_rotation.cc » ('j') | cc/animation_id_provider.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698