| Index: third_party/WebKit/Source/core/css/cssom/StyleValueFactory.h
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/StyleValueFactory.h b/third_party/WebKit/Source/core/css/cssom/StyleValueFactory.h
|
| index a3866d7d34b41c3fd0cab26bc7954e83a56d0edd..f65ca11a38314d9c8bd1a74839ccc8465b21228a 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/StyleValueFactory.h
|
| +++ b/third_party/WebKit/Source/core/css/cssom/StyleValueFactory.h
|
| @@ -18,6 +18,7 @@ class StyleValueFactory {
|
|
|
| public:
|
| static CSSStyleValueVector cssValueToStyleValueVector(CSSPropertyID, const CSSValue&);
|
| + static CSSStyleValue* cssValueToSingleStyleValue(CSSPropertyID, const CSSValue&);
|
| };
|
|
|
| } // namespace blink
|
|
|