| Index: third_party/WebKit/Source/core/css/cssom/TransformComponent.h
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/TransformComponent.h b/third_party/WebKit/Source/core/css/cssom/TransformComponent.h
|
| index 29affcf337a6ba6f456436e515da9a174c474af6..acf70675d70242662d8526f6c443516e9541dde8 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/TransformComponent.h
|
| +++ b/third_party/WebKit/Source/core/css/cssom/TransformComponent.h
|
| @@ -42,7 +42,7 @@ public:
|
| return toCSSValue()->cssText();
|
| }
|
|
|
| - virtual RawPtr<CSSFunctionValue> toCSSValue() const = 0;
|
| + virtual CSSFunctionValue* toCSSValue() const = 0;
|
| virtual MatrixTransformComponent* asMatrix() const = 0;
|
|
|
| DEFINE_INLINE_VIRTUAL_TRACE() { }
|
|
|