Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(193)

Unified Diff: third_party/WebKit/Source/core/css/cssom/CSSNumericValue.h

Issue 2921223002: [CSS Typed OM] Hook up getting CSSUnitValues from inline StylePropertyMaps (Closed)
Patch Set: Fix missed LayoutTests Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/css/cssom/CSSNumericValue.h
diff --git a/third_party/WebKit/Source/core/css/cssom/CSSNumericValue.h b/third_party/WebKit/Source/core/css/cssom/CSSNumericValue.h
index 55af6539cc6043c826ef56cbf60dbd8ec9d85ec2..6344c2fe57f21f6c1e163fd6351353450389155f 100644
--- a/third_party/WebKit/Source/core/css/cssom/CSSNumericValue.h
+++ b/third_party/WebKit/Source/core/css/cssom/CSSNumericValue.h
@@ -22,10 +22,7 @@ class CORE_EXPORT CSSNumericValue : public CSSStyleValue {
public:
static CSSNumericValue* parse(const String& css_text, ExceptionState&);
- static CSSNumericValue* FromCSSValue(const CSSValue&) {
- // TODO(meade): Implement.
- return nullptr;
- }
+ static CSSNumericValue* FromCSSValue(const CSSPrimitiveValue&);
virtual CSSNumericValue* add(const CSSNumericValue*, ExceptionState&) {
// TODO(meade): Implement.
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSProperties.json5 ('k') | third_party/WebKit/Source/core/css/cssom/CSSNumericValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698