| Index: third_party/WebKit/Source/build/scripts/templates/StyleBuilderFunctions.h.tmpl
|
| diff --git a/third_party/WebKit/Source/build/scripts/templates/StyleBuilderFunctions.h.tmpl b/third_party/WebKit/Source/build/scripts/templates/StyleBuilderFunctions.h.tmpl
|
| index 2d94fd04421f9811acabf5951f46017ee2ea361e..9a26b556749832e48348a23254bb0744de208493 100644
|
| --- a/third_party/WebKit/Source/build/scripts/templates/StyleBuilderFunctions.h.tmpl
|
| +++ b/third_party/WebKit/Source/build/scripts/templates/StyleBuilderFunctions.h.tmpl
|
| @@ -21,6 +21,8 @@ public:
|
| static void applyValue{{property_id}}(StyleResolverState&, CSSValue*);
|
|
|
| {% endfor %}
|
| +
|
| + static void applyValueCSSPropertyVariable(StyleResolverState&, CSSValue*);
|
| };
|
|
|
| } // namespace blink
|
|
|