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

Unified Diff: ash/rotator/window_rotation.h

Issue 2291923002: Check target value
Patch Set: Test Created 4 years, 4 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 | « ash/rotator/screen_rotation_animation.cc ('k') | ash/rotator/window_rotation.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/rotator/window_rotation.h
diff --git a/ash/rotator/window_rotation.h b/ash/rotator/window_rotation.h
index 9ef6b4a0559dde287c5a40b6606ca65b14318d59..ea4f0d4aaeadc9867de810790631c3ed3473e9bc 100644
--- a/ash/rotator/window_rotation.h
+++ b/ash/rotator/window_rotation.h
@@ -44,6 +44,7 @@ class ASH_EXPORT WindowRotation : public ui::LayerAnimationElement {
bool OnProgress(double t, ui::LayerAnimationDelegate* delegate) override;
void OnGetTarget(TargetValue* target) const override;
void OnAbort(ui::LayerAnimationDelegate* delegate) override;
+ bool AreStartAndTargetSame() override;
std::unique_ptr<ui::InterpolatedTransform> interpolated_transform_;
« no previous file with comments | « ash/rotator/screen_rotation_animation.cc ('k') | ash/rotator/window_rotation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698