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

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

Issue 14476012: Absolutify paths to most subfolders of platform/graphics/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: iwyu 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/platform/graphics/MediaPlayer.cpp ('k') | Source/core/platform/graphics/Pattern.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/graphics/Path.cpp
diff --git a/Source/core/platform/graphics/Path.cpp b/Source/core/platform/graphics/Path.cpp
index 140f02c6354d2e830b0ed6d2bd65435f5f2c2a4e..57479a3b747535e0324b7ff1123f0a12c21f830a 100644
--- a/Source/core/platform/graphics/Path.cpp
+++ b/Source/core/platform/graphics/Path.cpp
@@ -30,7 +30,6 @@
#include "core/platform/graphics/Path.h"
#include <math.h>
-#include "AffineTransform.h"
#include "SkPath.h"
#include "SkiaUtils.h"
#include "core/platform/graphics/FloatPoint.h"
@@ -38,6 +37,7 @@
#include "core/platform/graphics/ImageBuffer.h"
#include "core/platform/graphics/PathTraversalState.h"
#include "core/platform/graphics/StrokeStyleApplier.h"
+#include "core/platform/graphics/transforms/AffineTransform.h"
#include <wtf/MathExtras.h>
namespace WebCore {
« no previous file with comments | « Source/core/platform/graphics/MediaPlayer.cpp ('k') | Source/core/platform/graphics/Pattern.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698