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

Unified Diff: third_party/WebKit/Source/platform/transforms/TransformOperations.cpp

Issue 2478233002: Make 'transform' a presentation attribute on SVG elements (Closed)
Patch Set: Updated expectations 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/transforms/TransformOperations.cpp
diff --git a/third_party/WebKit/Source/platform/transforms/TransformOperations.cpp b/third_party/WebKit/Source/platform/transforms/TransformOperations.cpp
index 1f65fb6d661020ce676fee0a317f636fc25bc303..ee27533c64bd7520f7ad0ac2177f26adf033d544 100644
--- a/third_party/WebKit/Source/platform/transforms/TransformOperations.cpp
+++ b/third_party/WebKit/Source/platform/transforms/TransformOperations.cpp
@@ -411,7 +411,8 @@ bool TransformOperations::blendedBoundsForBox(const FloatBox& box,
case TransformOperation::Matrix:
case TransformOperation::Matrix3D:
case TransformOperation::Interpolated:
- return (false);
+ case TransformOperation::RotateAroundOrigin:
+ return false;
}
}

Powered by Google App Engine
This is Rietveld 408576698