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

Unified Diff: Source/core/css/CSSGradientValue.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/CSSGradientValue.h ('k') | Source/core/css/CSSGrammar.y.includes » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSGradientValue.cpp
diff --git a/Source/core/css/CSSGradientValue.cpp b/Source/core/css/CSSGradientValue.cpp
index dfad63aa77912c0f275d3d985383c91d943e4c0e..a8245568f9a313abda1962b1fc5ef481783cef0d 100644
--- a/Source/core/css/CSSGradientValue.cpp
+++ b/Source/core/css/CSSGradientValue.cpp
@@ -24,13 +24,13 @@
*/
#include "config.h"
-#include "CSSGradientValue.h"
+#include "core/css/CSSGradientValue.h"
-#include "CSSCalculationValue.h"
#include "CSSValueKeywords.h"
#include "NodeRenderStyle.h"
-#include "StyleResolver.h"
#include "WebCoreMemoryInstrumentation.h"
+#include "core/css/CSSCalculationValue.h"
+#include "core/css/StyleResolver.h"
#include "core/platform/graphics/GeneratorGeneratedImage.h"
#include "core/platform/graphics/Gradient.h"
#include "core/platform/graphics/Image.h"
« no previous file with comments | « Source/core/css/CSSGradientValue.h ('k') | Source/core/css/CSSGrammar.y.includes » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698