| Index: third_party/WebKit/Source/platform/transforms/ScaleTransformOperation.h
|
| diff --git a/third_party/WebKit/Source/platform/transforms/ScaleTransformOperation.h b/third_party/WebKit/Source/platform/transforms/ScaleTransformOperation.h
|
| index b136986a558b1db645816b5db2d9d1de013e0e20..8ffb2ebe12fac2f71f4096f758d2df06e06fd06a 100644
|
| --- a/third_party/WebKit/Source/platform/transforms/ScaleTransformOperation.h
|
| +++ b/third_party/WebKit/Source/platform/transforms/ScaleTransformOperation.h
|
| @@ -65,6 +65,7 @@ class PLATFORM_EXPORT ScaleTransformOperation final
|
|
|
| private:
|
| OperationType type() const override { return m_type; }
|
| + OperationType primitiveType() const final { return Scale3D; }
|
|
|
| bool operator==(const TransformOperation& o) const override {
|
| if (!isSameType(o))
|
|
|