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

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

Issue 14476012: Absolutify paths to most subfolders of platform/graphics/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: iwyu 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/CSSComputedStyleDeclaration.cpp ('k') | Source/core/css/StyleResolver.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/StyleResolver.h
diff --git a/Source/core/css/StyleResolver.h b/Source/core/css/StyleResolver.h
index ea5419ede78c1fba4a78b0d54c59d577017d7fa7..7493dea2c9dd1f3bfc3c78c72688cd46ba624c92 100644
--- a/Source/core/css/StyleResolver.h
+++ b/Source/core/css/StyleResolver.h
@@ -33,23 +33,23 @@
#include "RuleFeature.h"
#include "RuleSet.h"
#include "RuntimeEnabledFeatures.h"
+#include "ScopedStyleResolver.h"
#include "ScrollTypes.h"
#include "SelectorChecker.h"
#include "SelectorFilter.h"
#include "SiblingTraversalStrategies.h"
#include "StyleInheritedData.h"
-#include "ScopedStyleResolver.h"
#include "ViewportStyleResolver.h"
#if ENABLE(SVG)
#include "WebKitCSSSVGDocumentValue.h"
#endif
-#include "CustomFilterConstants.h"
+#include "core/platform/graphics/filters/custom/CustomFilterConstants.h"
#include <wtf/HashMap.h>
#include <wtf/HashSet.h>
#include <wtf/RefPtr.h>
-#include <wtf/Vector.h>
#include <wtf/text/AtomicStringHash.h>
#include <wtf/text/StringHash.h>
+#include <wtf/Vector.h>
namespace WebCore {
« no previous file with comments | « Source/core/css/CSSComputedStyleDeclaration.cpp ('k') | Source/core/css/StyleResolver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698