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

Unified Diff: Source/core/platform/graphics/Gradient.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
Index: Source/core/platform/graphics/Gradient.cpp
diff --git a/Source/core/platform/graphics/Gradient.cpp b/Source/core/platform/graphics/Gradient.cpp
index facaf7f1de314e0953498865d8d6b485563ff8f8..c26c05b2da05b0d4407fe4df366502b155e2f964 100644
--- a/Source/core/platform/graphics/Gradient.cpp
+++ b/Source/core/platform/graphics/Gradient.cpp
@@ -28,10 +28,10 @@
#include "config.h"
#include "core/platform/graphics/Gradient.h"
-#include "CSSParser.h"
#include "SkColorShader.h"
#include "SkGradientShader.h"
#include "SkiaUtils.h"
+#include "core/css/CSSParser.h"
#include "core/platform/graphics/Color.h"
#include "core/platform/graphics/FloatRect.h"
#include "core/platform/graphics/GraphicsContext.h"
« no previous file with comments | « Source/core/platform/CalculationValue.h ('k') | Source/core/platform/graphics/chromium/AnimationTranslationUtil.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698