| 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 ba7b19e5af2d621542b12a3bba3a221d13bfc053..d45c1b08e4f191c65dbcac034f3a7ab15212781a 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/CSSRotation.h
|
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSRotation.h
|
| @@ -24,7 +24,7 @@ public:
|
| return new CSSRotation(angle, x, y, z);
|
| }
|
|
|
| - static CSSRotation* fromCSSValue(const CSSFunctionValue&) { return nullptr; }
|
| + static CSSRotation* fromCSSValue(const CSSFunctionValue&);
|
|
|
| double angle() const { return m_angle; }
|
| double x() const { return m_x; }
|
|
|