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

Unified Diff: third_party/WebKit/Source/core/css/parser/CSSVariableParser.h

Issue 1896893004: Hook up style invalidation for CSS Paint API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@css-paint-register
Patch Set: rebase. Created 4 years, 7 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/parser/CSSVariableParser.h
diff --git a/third_party/WebKit/Source/core/css/parser/CSSVariableParser.h b/third_party/WebKit/Source/core/css/parser/CSSVariableParser.h
index dadf926ceacd97170ef931b2d5a4535af54da04a..ea61231189c671bdc3ba2000b2ecc483948bfb53 100644
--- a/third_party/WebKit/Source/core/css/parser/CSSVariableParser.h
+++ b/third_party/WebKit/Source/core/css/parser/CSSVariableParser.h
@@ -5,6 +5,7 @@
#ifndef CSSVariableParser_h
#define CSSVariableParser_h
+#include "core/CoreExport.h"
#include "core/css/parser/CSSParserTokenRange.h"
#include "platform/heap/Handle.h"
#include "wtf/RefPtr.h"
@@ -14,7 +15,7 @@ namespace blink {
class CSSCustomPropertyDeclaration;
-class CSSVariableParser {
+class CORE_EXPORT CSSVariableParser {
public:
static bool containsValidVariableReferences(CSSParserTokenRange);

Powered by Google App Engine
This is Rietveld 408576698