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

Unified Diff: Source/core/css/StyleResolver.cpp

Issue 14519003: Absolutify paths to dom/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix testrunner Created 7 years, 8 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
« no previous file with comments | « Source/core/css/StylePropertySet.cpp ('k') | Source/core/css/StyleRule.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/StyleResolver.cpp
diff --git a/Source/core/css/StyleResolver.cpp b/Source/core/css/StyleResolver.cpp
index 33a903ca8ee13a8f04dbd3891fffddba8b1327bf..ab1eedfcf32567a4dc9e0c3701644a7ff99502a4 100644
--- a/Source/core/css/StyleResolver.cpp
+++ b/Source/core/css/StyleResolver.cpp
@@ -29,11 +29,7 @@
#include "config.h"
#include "core/css/StyleResolver.h"
-#include "Attribute.h"
#include "CSSPropertyNames.h"
-#include "ContextFeatures.h"
-#include "DocumentStyleSheetCollection.h"
-#include "ElementShadow.h"
#include "HTMLDocument.h"
#include "HTMLIFrameElement.h"
#include "HTMLInputElement.h"
@@ -45,15 +41,9 @@
#include "InsertionPoint.h"
#include "InspectorInstrumentation.h"
#include "MathMLNames.h"
-#include "NodeRenderStyle.h"
-#include "NodeRenderingContext.h"
#include "SVGDocumentExtensions.h"
#include "SVGFontFaceElement.h"
-#include "ShadowRoot.h"
-#include "Text.h"
#include "UserAgentStyleSheets.h"
-#include "VisitedLinkState.h"
-#include "WebCoreMemoryInstrumentation.h"
#include "WebKitFontFamilyNames.h"
#include "XMLNames.h"
#include "core/css/CSSBorderImage.h"
@@ -98,6 +88,16 @@
#include "core/css/WebKitCSSKeyframesRule.h"
#include "core/css/WebKitCSSRegionRule.h"
#include "core/css/WebKitCSSTransformValue.h"
+#include "core/dom/Attribute.h"
+#include "core/dom/ContextFeatures.h"
+#include "core/dom/DocumentStyleSheetCollection.h"
+#include "core/dom/ElementShadow.h"
+#include "core/dom/NodeRenderStyle.h"
+#include "core/dom/NodeRenderingContext.h"
+#include "core/dom/ShadowRoot.h"
+#include "core/dom/Text.h"
+#include "core/dom/VisitedLinkState.h"
+#include "core/dom/WebCoreMemoryInstrumentation.h"
#include "core/editing/FrameSelection.h"
#include "core/loader/cache/CachedImage.h"
#include "core/page/Frame.h"
« no previous file with comments | « Source/core/css/StylePropertySet.cpp ('k') | Source/core/css/StyleRule.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698