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

Unified Diff: ui/compositor/transform_animation_curve_adapter.h

Issue 817653003: Update from https://crrev.com/309717 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 | « ui/compositor/compositor_switches.cc ('k') | ui/compositor/transform_animation_curve_adapter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/transform_animation_curve_adapter.h
diff --git a/ui/compositor/transform_animation_curve_adapter.h b/ui/compositor/transform_animation_curve_adapter.h
index 5bbe6a3160f6036c8abebfab6492d96f99459655..ba88c5969d5d860b095d827fc602cde025c14c81 100644
--- a/ui/compositor/transform_animation_curve_adapter.h
+++ b/ui/compositor/transform_animation_curve_adapter.h
@@ -32,6 +32,7 @@ class COMPOSITOR_EXPORT TransformAnimationCurveAdapter
gfx::BoxF* bounds) const override;
bool AffectsScale() const override;
bool IsTranslation() const override;
+ bool PreservesAxisAlignment() const override;
bool MaximumTargetScale(bool forward_direction,
float* max_scale) const override;
@@ -62,6 +63,7 @@ class COMPOSITOR_EXPORT InverseTransformCurveAdapter
gfx::BoxF* bounds) const override;
bool AffectsScale() const override;
bool IsTranslation() const override;
+ bool PreservesAxisAlignment() const override;
bool MaximumTargetScale(bool forward_direction,
float* max_scale) const override;
« no previous file with comments | « ui/compositor/compositor_switches.cc ('k') | ui/compositor/transform_animation_curve_adapter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698