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; |
} |
} |