| Index: third_party/WebKit/Source/core/css/cssom/CSSTransformValue.h
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/CSSTransformValue.h b/third_party/WebKit/Source/core/css/cssom/CSSTransformValue.h
|
| index 8c384ac3c7af8d4c00e2796db00eb557ff760939..5563598e84289e7c95a5bcf482a1a74340b3d4c7 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/CSSTransformValue.h
|
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSTransformValue.h
|
| @@ -32,7 +32,7 @@ public:
|
|
|
| bool is2D() const;
|
|
|
| - CSSValue* toCSSValue() const override;
|
| + const CSSValue* toCSSValue() const override;
|
|
|
| StyleValueType type() const override { return TransformType; }
|
|
|
|
|