| Index: include/core/SkImageFilter.h
|
| diff --git a/include/core/SkImageFilter.h b/include/core/SkImageFilter.h
|
| index 42e2d7c33f394d6f8abf555258317bae5f95bfa1..9fe4f019001317fc7729fdfdc4d73c980f2d380d 100644
|
| --- a/include/core/SkImageFilter.h
|
| +++ b/include/core/SkImageFilter.h
|
| @@ -226,7 +226,7 @@ protected:
|
| SkAutoSTArray<2, SkImageFilter*> fInputs;
|
| uint32_t fUniqueID;
|
|
|
| - void allocInputs(int count);
|
| + bool allocInputs(size_t count);
|
| };
|
|
|
| SkImageFilter(int inputCount, SkImageFilter** inputs, const CropRect* cropRect = NULL, uint32_t uniqueID = 0);
|
|
|