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

Unified Diff: third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.h

Issue 2345223002: Slim includes in CSSValue.h (Closed)
Patch Set: Created 4 years, 3 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/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);
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSValueList.h ('k') | third_party/WebKit/Source/core/css/cssom/CSSStyleValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698