Index: third_party/WebKit/Source/core/css/parser/CSSPropertyParserHelpers.cpp |
diff --git a/third_party/WebKit/Source/core/css/parser/CSSPropertyParserHelpers.cpp b/third_party/WebKit/Source/core/css/parser/CSSPropertyParserHelpers.cpp |
index 97bd177fe86cc6e92f9ca732ea3e7aa8659ffb4c..41a388f7daa05ab64448a17919a73dbf409a6cd4 100644 |
--- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParserHelpers.cpp |
+++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParserHelpers.cpp |
@@ -14,7 +14,9 @@ |
#include "core/css/CSSStringValue.h" |
#include "core/css/CSSURIValue.h" |
#include "core/css/CSSValuePair.h" |
+#include "core/css/StyleColor.h" |
#include "core/frame/UseCounter.h" |
+#include "platform/RuntimeEnabledFeatures.h" |
namespace blink { |