| 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 439c67a705ee2b41dc9b3a7cc96ff755edc319b3..a3866d7d34b41c3fd0cab26bc7954e83a56d0edd 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/StyleValueFactory.h
|
| +++ b/third_party/WebKit/Source/core/css/cssom/StyleValueFactory.h
|
| @@ -6,18 +6,18 @@
|
| #define StyleValueFactory_h
|
|
|
| #include "core/CSSPropertyNames.h"
|
| +#include "core/css/cssom/CSSStyleValue.h"
|
| #include "wtf/Allocator.h"
|
|
|
| namespace blink {
|
|
|
| class CSSValue;
|
| -class CSSStyleValue;
|
|
|
| class StyleValueFactory {
|
| STATIC_ONLY(StyleValueFactory);
|
|
|
| public:
|
| - static CSSStyleValue* create(CSSPropertyID, const CSSValue&);
|
| + static CSSStyleValueVector cssValueToStyleValueVector(CSSPropertyID, const CSSValue&);
|
| };
|
|
|
| } // namespace blink
|
|
|