| Index: third_party/WebKit/Source/platform/transforms/RotateTransformOperation.h
|
| diff --git a/third_party/WebKit/Source/platform/transforms/RotateTransformOperation.h b/third_party/WebKit/Source/platform/transforms/RotateTransformOperation.h
|
| index e1f0cc434ac338518a001acfdcb592d95e9c3b36..1d2e45084974d8fcb50ed8ac4ccb2dd20c88ac3e 100644
|
| --- a/third_party/WebKit/Source/platform/transforms/RotateTransformOperation.h
|
| +++ b/third_party/WebKit/Source/platform/transforms/RotateTransformOperation.h
|
| @@ -66,6 +66,7 @@ class PLATFORM_EXPORT RotateTransformOperation : public TransformOperation {
|
|
|
| virtual bool canBlendWith(const TransformOperation& other) const;
|
| OperationType type() const override { return m_type; }
|
| + OperationType primitiveType() const final { return Rotate3D; }
|
|
|
| void apply(TransformationMatrix& transform,
|
| const FloatSize& /*borderBoxSize*/) const override {
|
|
|