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

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

Issue 14242011: Absolutify paths to css/. (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/CSSComputedStyleDeclaration.h ('k') | Source/core/css/CSSCrossfadeValue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSComputedStyleDeclaration.cpp
diff --git a/Source/core/css/CSSComputedStyleDeclaration.cpp b/Source/core/css/CSSComputedStyleDeclaration.cpp
index 2252c6778d994d1fde2dd2881b7bd7359514af46..6a6c949d02012e412cc578fc5801ea8087492bb8 100644
--- a/Source/core/css/CSSComputedStyleDeclaration.cpp
+++ b/Source/core/css/CSSComputedStyleDeclaration.cpp
@@ -22,40 +22,40 @@
*/
#include "config.h"
-#include "CSSComputedStyleDeclaration.h"
-
-#include "BasicShapeFunctions.h"
-#include "CSSAspectRatioValue.h"
-#include "CSSBasicShapes.h"
-#include "CSSBorderImage.h"
-#include "CSSFunctionValue.h"
-#include "CSSLineBoxContainValue.h"
-#include "CSSParser.h"
-#include "CSSPrimitiveValue.h"
-#include "CSSPrimitiveValueMappings.h"
+#include "core/css/CSSComputedStyleDeclaration.h"
+
#include "CSSPropertyNames.h"
-#include "CSSReflectValue.h"
-#include "CSSSelector.h"
-#include "CSSTimingFunctionValue.h"
-#include "CSSValueList.h"
-#include "CSSValuePool.h"
#include "Document.h"
#include "ExceptionCode.h"
-#include "FontFeatureValue.h"
-#include "FontValue.h"
#include "HTMLFrameOwnerElement.h"
-#include "Pair.h"
#include "PseudoElement.h"
-#include "Rect.h"
-#include "ShadowValue.h"
-#include "StylePropertySet.h"
-#include "StylePropertyShorthand.h"
-#include "StyleResolver.h"
#include "WebCoreMemoryInstrumentation.h"
-#include "WebKitCSSTransformValue.h"
#include "WebKitFontFamilyNames.h"
-#include "core/page/animation/AnimationController.h"
+#include "core/css/BasicShapeFunctions.h"
+#include "core/css/CSSAspectRatioValue.h"
+#include "core/css/CSSBasicShapes.h"
+#include "core/css/CSSBorderImage.h"
+#include "core/css/CSSFunctionValue.h"
+#include "core/css/CSSLineBoxContainValue.h"
+#include "core/css/CSSParser.h"
+#include "core/css/CSSPrimitiveValue.h"
+#include "core/css/CSSPrimitiveValueMappings.h"
+#include "core/css/CSSReflectValue.h"
+#include "core/css/CSSSelector.h"
+#include "core/css/CSSTimingFunctionValue.h"
+#include "core/css/CSSValueList.h"
+#include "core/css/CSSValuePool.h"
+#include "core/css/FontFeatureValue.h"
+#include "core/css/FontValue.h"
+#include "core/css/Pair.h"
+#include "core/css/Rect.h"
+#include "core/css/ShadowValue.h"
+#include "core/css/StylePropertySet.h"
+#include "core/css/StylePropertyShorthand.h"
+#include "core/css/StyleResolver.h"
+#include "core/css/WebKitCSSTransformValue.h"
#include "core/page/RuntimeCSSEnabled.h"
+#include "core/page/animation/AnimationController.h"
#include "core/platform/graphics/FontFeatureSettings.h"
#include "core/rendering/RenderBox.h"
#include "core/rendering/RenderView.h"
@@ -71,15 +71,15 @@
#include "core/rendering/style/ExclusionShapeValue.h"
#endif
-#include "WebKitCSSArrayFunctionValue.h"
-#include "WebKitCSSMixFunctionValue.h"
+#include "core/css/WebKitCSSArrayFunctionValue.h"
+#include "core/css/WebKitCSSMixFunctionValue.h"
#include "core/platform/graphics/filters/custom/CustomFilterArrayParameter.h"
#include "core/platform/graphics/filters/custom/CustomFilterNumberParameter.h"
#include "core/platform/graphics/filters/custom/CustomFilterOperation.h"
#include "core/platform/graphics/filters/custom/CustomFilterParameter.h"
#include "core/platform/graphics/filters/custom/CustomFilterTransformParameter.h"
-#include "WebKitCSSFilterValue.h"
+#include "core/css/WebKitCSSFilterValue.h"
#include "core/rendering/style/StyleCustomFilterProgram.h"
namespace WebCore {
« no previous file with comments | « Source/core/css/CSSComputedStyleDeclaration.h ('k') | Source/core/css/CSSCrossfadeValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698