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

Unified Diff: include/core/SkBitmap.h

Issue 71813002: move SkImageInfo into its own header (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 1 month 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/SkAlpha.h ('k') | include/core/SkColorTable.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkBitmap.h
diff --git a/include/core/SkBitmap.h b/include/core/SkBitmap.h
index 16f54b11090c3b392c193dfb094af4bcbef5f673..dd2d2cfd7f10a255c2ba463af54191ad450e2492 100644
--- a/include/core/SkBitmap.h
+++ b/include/core/SkBitmap.h
@@ -11,13 +11,12 @@
#define SkBitmap_DEFINED
#include "Sk64.h"
-#include "SkAlpha.h"
#include "SkColor.h"
#include "SkColorTable.h"
+#include "SkImageInfo.h"
#include "SkPoint.h"
#include "SkRefCnt.h"
-struct SkImageInfo;
struct SkIRect;
struct SkRect;
class SkPaint;
« no previous file with comments | « include/core/SkAlpha.h ('k') | include/core/SkColorTable.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698