Chromium Code Reviews| Index: include/images/SkBitmapRegionDecoder.h |
| diff --git a/include/images/SkBitmapRegionDecoder.h b/include/images/SkBitmapRegionDecoder.h |
| index 0e20a5a2162e140855a8b2b53a2529796ac0d026..56332343ccf329881b275931de67958abd581f61 100644 |
| --- a/include/images/SkBitmapRegionDecoder.h |
| +++ b/include/images/SkBitmapRegionDecoder.h |
| @@ -13,7 +13,7 @@ |
| #include "SkImageDecoder.h" |
| #include "SkStream.h" |
| -class SkIRect; |
| +struct SkIRect; |
| /** |
| * SkBitmapRegionDecoder can be used to decode a specified rect from an image. |