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

Unified Diff: ash/rotator/screen_rotation.cc

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
Index: ash/rotator/screen_rotation.cc
diff --git a/ash/rotator/screen_rotation.cc b/ash/rotator/screen_rotation.cc
index d4330a4186186dc94a1a81928268b96c461d06f1..e823d0cf5caae9516383fc9321c9939ef9799eb6 100644
--- a/ash/rotator/screen_rotation.cc
+++ b/ash/rotator/screen_rotation.cc
@@ -111,7 +111,7 @@ void ScreenRotation::OnGetTarget(TargetValue* target) const {
target->transform = interpolated_transform_->Interpolate(1.0);
}
-void ScreenRotation::OnAbort() {
+void ScreenRotation::OnAbort(ui::LayerAnimationDelegate* delegate) {
}
// static

Powered by Google App Engine
This is Rietveld 408576698