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

Unified Diff: ash/rotator/window_rotation.cc

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/window_rotation.h ('k') | components/exo/shell_surface.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « ash/rotator/window_rotation.h ('k') | components/exo/shell_surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698