| Index: third_party/WebKit/Source/core/css/cssom/TransformValue.h
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/TransformValue.h b/third_party/WebKit/Source/core/css/cssom/TransformValue.h
|
| index 06638fc8e57c01165169bb15fa3c2d9a1ab6fda6..c3834ea61549e3d5a20fc2d65c38d86f716e2ff4 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/TransformValue.h
|
| +++ b/third_party/WebKit/Source/core/css/cssom/TransformValue.h
|
| @@ -33,7 +33,7 @@ public:
|
|
|
| CSSValue* toCSSValue() const override;
|
|
|
| - StyleValueType type() const override { return TransformValueType; }
|
| + StyleValueType type() const override { return TransformType; }
|
|
|
| TransformComponent* componentAtIndex(int index) { return m_transformComponents.at(index); }
|
|
|
|
|