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

Unified Diff: Source/core/platform/graphics/Gradient.cpp

Issue 13843039: Absolutify paths to platform/graphics/skia/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 c26c05b2da05b0d4407fe4df366502b155e2f964..3ada7999f0d3569903821923ab07358f0dbc52fe 100644
--- a/Source/core/platform/graphics/Gradient.cpp
+++ b/Source/core/platform/graphics/Gradient.cpp
@@ -30,11 +30,11 @@
#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"
+#include "core/platform/graphics/skia/SkiaUtils.h"
#include <wtf/HashFunctions.h>
#include <wtf/StringHasher.h>
#include <wtf/UnusedParam.h>
« no previous file with comments | « Source/core/platform/chromium/ScrollbarThemeChromiumWin.cpp ('k') | Source/core/platform/graphics/NativeImagePtr.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698