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

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

Issue 14022018: Absolutify paths to html/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase 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/FontLoader.h ('k') | Source/core/css/SelectorChecker.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/ScopedStyleResolver.cpp
diff --git a/Source/core/css/ScopedStyleResolver.cpp b/Source/core/css/ScopedStyleResolver.cpp
index 041419b53a1cbcd1174667601372cc7962cd496d..c6f730db8c02d9e344722b88245b05644c07d60a 100644
--- a/Source/core/css/ScopedStyleResolver.cpp
+++ b/Source/core/css/ScopedStyleResolver.cpp
@@ -28,7 +28,6 @@
#include "core/css/ScopedStyleResolver.h"
#include "HTMLNames.h"
-#include "HTMLStyleElement.h"
#include "core/css/CSSStyleRule.h"
#include "core/css/CSSStyleSheet.h"
#include "core/css/RuleFeature.h"
@@ -37,6 +36,7 @@
#include "core/dom/ElementShadow.h"
#include "core/dom/ShadowRoot.h"
#include "core/dom/WebCoreMemoryInstrumentation.h"
+#include "core/html/HTMLStyleElement.h"
#include "core/html/shadow/ContentDistributor.h"
#include <wtf/MemoryInstrumentationHashMap.h>
#include <wtf/MemoryInstrumentationHashSet.h>
« no previous file with comments | « Source/core/css/FontLoader.h ('k') | Source/core/css/SelectorChecker.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698