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

Unified Diff: Source/core/css/StyleBuilder.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/SiblingTraversalStrategies.h ('k') | Source/core/css/StyleInvalidationAnalysis.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/StyleBuilder.cpp
diff --git a/Source/core/css/StyleBuilder.cpp b/Source/core/css/StyleBuilder.cpp
index b72448a567f6689a489f4d81971762564cf6e83e..01ba01ba0ea4f43b412df9fa648f19d75b34f992 100644
--- a/Source/core/css/StyleBuilder.cpp
+++ b/Source/core/css/StyleBuilder.cpp
@@ -25,8 +25,6 @@
#include "config.h"
#include "core/css/StyleBuilder.h"
-#include "Document.h"
-#include "Element.h"
#include "core/css/BasicShapeFunctions.h"
#include "core/css/CSSAspectRatioValue.h"
#include "core/css/CSSCalculationValue.h"
@@ -37,6 +35,8 @@
#include "core/css/Pair.h"
#include "core/css/Rect.h"
#include "core/css/StyleResolver.h"
+#include "core/dom/Document.h"
+#include "core/dom/Element.h"
#include "core/page/Settings.h"
#include "core/rendering/ClipPathOperation.h"
#include "core/rendering/RenderObject.h"
« no previous file with comments | « Source/core/css/SiblingTraversalStrategies.h ('k') | Source/core/css/StyleInvalidationAnalysis.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698