Chromium Code Reviews| Index: src/image/SkImagePriv.h |
| diff --git a/src/image/SkImagePriv.h b/src/image/SkImagePriv.h |
| index 031832bd0d4edd3dbbdd55fe023b4f97c651c8ec..cafce59add6f6a79333026d88e4af509932ec14e 100644 |
| --- a/src/image/SkImagePriv.h |
| +++ b/src/image/SkImagePriv.h |
| @@ -9,7 +9,8 @@ |
| #define SkImagePriv_DEFINED |
| #include "SkBitmap.h" |
| -#include "SkImage.h" |
| + |
| +class SkImage; |
| // Call this if you explicitly want to use/share this pixelRef in the image |
| extern SkImage* SkNewImageFromPixelRef(const SkImageInfo&, SkPixelRef*, |