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

Unified Diff: third_party/WebKit/Source/platform/animation/AnimationTranslationUtil.cpp

Issue 2478233002: Make 'transform' a presentation attribute on SVG elements (Closed)
Patch Set: Rebase Created 4 years, 1 month 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: third_party/WebKit/Source/platform/animation/AnimationTranslationUtil.cpp
diff --git a/third_party/WebKit/Source/platform/animation/AnimationTranslationUtil.cpp b/third_party/WebKit/Source/platform/animation/AnimationTranslationUtil.cpp
index 4c8b9d079e7f32b39542a62dabd82a51c6b2739e..b6f9f765a3b5beee849b038c967a48e490cf5d26 100644
--- a/third_party/WebKit/Source/platform/animation/AnimationTranslationUtil.cpp
+++ b/third_party/WebKit/Source/platform/animation/AnimationTranslationUtil.cpp
@@ -109,6 +109,7 @@ void toCompositorTransformOperations(
outTransformOperations->appendPerspective(transform->perspective());
break;
}
+ case TransformOperation::RotateAroundOrigin:
case TransformOperation::Interpolated: {
TransformationMatrix m;
operation->apply(m, FloatSize());

Powered by Google App Engine
This is Rietveld 408576698