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

Unified Diff: include/core/SkCanvas.h

Issue 1265033002: IWYU: 'core' target, files starting A-C. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Rebase (a file was deleted). Created 5 years, 4 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 | « include/core/SkBitmapDevice.h ('k') | include/core/SkColor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkCanvas.h
diff --git a/include/core/SkCanvas.h b/include/core/SkCanvas.h
index 45f5c9cbd344ae1bf31c074038846e63f8ae049d..bc39ec2850bf345e06f8626954bc075b0c1cdf95 100644
--- a/include/core/SkCanvas.h
+++ b/include/core/SkCanvas.h
@@ -11,31 +11,31 @@
#include "SkTypes.h"
#include "SkBitmap.h"
#include "SkDeque.h"
-#include "SkClipStack.h"
#include "SkPaint.h"
#include "SkRefCnt.h"
-#include "SkPath.h"
#include "SkRegion.h"
#include "SkSurfaceProps.h"
#include "SkXfermode.h"
+class GrContext;
+class GrRenderTarget;
class SkBaseDevice;
class SkCanvasClipVisitor;
+class SkClipStack;
class SkDraw;
class SkDrawable;
class SkDrawFilter;
class SkImage;
+class SkImageFilter;
class SkMetaData;
+class SkPath;
class SkPicture;
+class SkPixmap;
class SkRRect;
struct SkRSXform;
class SkSurface;
class SkSurface_Base;
class SkTextBlob;
-class GrContext;
-class GrRenderTarget;
-
-class SkCanvasState;
/** \class SkCanvas
« no previous file with comments | « include/core/SkBitmapDevice.h ('k') | include/core/SkColor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698