Index: third_party/WebKit/Source/core/css/cssom/CSSSkew.h |
diff --git a/third_party/WebKit/Source/core/css/cssom/CSSSkew.h b/third_party/WebKit/Source/core/css/cssom/CSSSkew.h |
index 54b6cb9dd513ac476854418713d6bc490456e679..7cb6aa3e9b9839be8ada85fafec3185894314bc3 100644 |
--- a/third_party/WebKit/Source/core/css/cssom/CSSSkew.h |
+++ b/third_party/WebKit/Source/core/css/cssom/CSSSkew.h |
@@ -20,9 +20,7 @@ class CORE_EXPORT CSSSkew final : public CSSTransformComponent { |
return new CSSSkew(ax, ay); |
} |
- static CSSSkew* fromCSSValue(const CSSFunctionValue& value) { |
- return nullptr; |
- } |
+ static CSSSkew* fromCSSValue(const CSSFunctionValue&); |
// Bindings requires returning non-const pointers. This is safe because |
// CSSAngleValues are immutable. |