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

Unified Diff: Source/core/platform/graphics/transforms/AffineTransform.h

Issue 18551004: Miscellaneous cleanup to reduce number of includes in platform/graphics/ Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 6 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/transforms/AffineTransform.h
diff --git a/Source/core/platform/graphics/transforms/AffineTransform.h b/Source/core/platform/graphics/transforms/AffineTransform.h
index 74d5702aad0738736c320411f123286bd767c5d3..ba48ffa736fb565edeae58b342ef0920bcc23c74 100644
--- a/Source/core/platform/graphics/transforms/AffineTransform.h
+++ b/Source/core/platform/graphics/transforms/AffineTransform.h
@@ -27,20 +27,21 @@
#ifndef AffineTransform_h
#define AffineTransform_h
-#include "core/platform/graphics/transforms/TransformationMatrix.h"
+#include "wtf/FastAllocBase.h"
#include <string.h> // for memcpy
-#include <wtf/FastAllocBase.h>
-#include <SkMatrix.h>
+class SkMatrix;
namespace WebCore {
class FloatPoint;
class FloatQuad;
class FloatRect;
+class FloatSize;
class IntPoint;
class IntRect;
+class IntSize;
class TransformationMatrix;
class AffineTransform {

Powered by Google App Engine
This is Rietveld 408576698