| Index: tools/android/SkBitmapRegionDecoder.h
|
| diff --git a/tools/android/SkBitmapRegionDecoder.h b/tools/android/SkBitmapRegionDecoder.h
|
| index 294adc3df1a7302d19087a42c04652e764239963..575ad9dc01a1c5ab538d339537ce1d4f536ab163 100644
|
| --- a/tools/android/SkBitmapRegionDecoder.h
|
| +++ b/tools/android/SkBitmapRegionDecoder.h
|
| @@ -9,6 +9,7 @@
|
| #define SkBitmapRegionDecoder_DEFINED
|
|
|
| #include "SkBitmap.h"
|
| +#include "SkBRDAllocator.h"
|
| #include "SkEncodedFormat.h"
|
| #include "SkStream.h"
|
|
|
| @@ -58,7 +59,7 @@ public:
|
| * alpha type to use.
|
| *
|
| */
|
| - virtual bool decodeRegion(SkBitmap* bitmap, SkBitmap::Allocator* allocator,
|
| + virtual bool decodeRegion(SkBitmap* bitmap, SkBRDAllocator* allocator,
|
| const SkIRect& desiredSubset, int sampleSize,
|
| SkColorType colorType, bool requireUnpremul) = 0;
|
| /*
|
|
|