Index: third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.h |
diff --git a/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.h b/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.h |
index e70a696b6ab6d603af552a2fc51b98ecdaec82fd..bd09601be8626e05268a21a684432b96316cb3e5 100644 |
--- a/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.h |
+++ b/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.h |
@@ -8,18 +8,20 @@ |
#include "core/CSSPropertyNames.h" |
#include "core/css/CSSValue.h" |
#include "wtf/Allocator.h" |
+#include "wtf/HashMap.h" |
+#include "wtf/text/AtomicString.h" |
namespace blink { |
-class LayoutObject; |
+class CSSVariableData; |
class ComputedStyle; |
class FilterOperations; |
+class LayoutObject; |
+class Node; |
+class PropertyRegistry; |
class ShadowData; |
class ShadowList; |
class StyleColor; |
-class Node; |
-class CSSVariableData; |
-class PropertyRegistry; |
class ComputedStyleCSSValueMapping { |
STATIC_ONLY(ComputedStyleCSSValueMapping); |