| Index: third_party/WebKit/Source/core/css/cssom/CSSRotation.h
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/CSSRotation.h b/third_party/WebKit/Source/core/css/cssom/CSSRotation.h
|
| index 87d2cdaa81e3b34d83bd1385b8e69627b97ba6bb..ee6d7065b6414b9cdf20f204208ee822ef2d69c3 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/CSSRotation.h
|
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSRotation.h
|
| @@ -35,7 +35,7 @@ public:
|
| return new CSSRotation(x, y, z, angleValue->degrees());
|
| }
|
|
|
| - static CSSRotation* fromCSSValue(const CSSFunctionValue&) { return nullptr; }
|
| + static CSSRotation* fromCSSValue(const CSSFunctionValue&);
|
|
|
| double angle() const { return m_angle; }
|
| double x() const { return m_x; }
|
|
|