Index: ash/rotator/window_rotation.cc |
diff --git a/ash/rotator/window_rotation.cc b/ash/rotator/window_rotation.cc |
index 2ee5d8f7c4350470da41e6c5ae4a3304ceea5342..befde44620db11d3ba678f5a42358dae4518c07d 100644 |
--- a/ash/rotator/window_rotation.cc |
+++ b/ash/rotator/window_rotation.cc |
@@ -115,4 +115,8 @@ void WindowRotation::OnGetTarget(TargetValue* target) const { |
void WindowRotation::OnAbort(ui::LayerAnimationDelegate* delegate) {} |
+bool WindowRotation::AreStartAndTargetSame() { |
+ return false; |
+} |
+ |
} // namespace ash |