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

Unified Diff: Source/core/css/ElementRuleCollector.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/DocumentRuleSets.cpp ('k') | Source/core/css/FontFeatureValue.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/ElementRuleCollector.cpp
diff --git a/Source/core/css/ElementRuleCollector.cpp b/Source/core/css/ElementRuleCollector.cpp
index c3e7a397c8832699775e199e13a73117a7fbcad2..02707e9b8e6fee8dd45033c98a7293fd4726e6bc 100644
--- a/Source/core/css/ElementRuleCollector.cpp
+++ b/Source/core/css/ElementRuleCollector.cpp
@@ -32,7 +32,6 @@
#include "CSSValueKeywords.h"
#include "HTMLElement.h"
#include "SVGElement.h"
-#include "StyledElement.h"
#include "core/css/CSSDefaultStyleSheets.h"
#include "core/css/CSSRule.h"
#include "core/css/CSSRuleList.h"
@@ -41,6 +40,7 @@
#include "core/css/SelectorCheckerFastPath.h"
#include "core/css/SiblingTraversalStrategies.h"
#include "core/css/StylePropertySet.h"
+#include "core/dom/StyledElement.h"
#include "core/rendering/RenderRegion.h"
#include <wtf/TemporaryChange.h>
« no previous file with comments | « Source/core/css/DocumentRuleSets.cpp ('k') | Source/core/css/FontFeatureValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698