| 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 4484e8bb6937cde1fef535fb6611f6900ad28217..331ea22bdf93701930afc49e4ee3e52fb70e99f5 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/StyleValueFactory.h
|
| +++ b/third_party/WebKit/Source/core/css/cssom/StyleValueFactory.h
|
| @@ -19,6 +19,8 @@ class StyleValueFactory {
|
| public:
|
| static CSSStyleValueVector cssValueToStyleValueVector(CSSPropertyID,
|
| const CSSValue&);
|
| + // If you don't have complex CSS properties, use this one.
|
| + static CSSStyleValueVector cssValueToStyleValueVector(const CSSValue&);
|
| };
|
|
|
| } // namespace blink
|
|
|