| Index: include/core/SkImageFilter.h
|
| diff --git a/include/core/SkImageFilter.h b/include/core/SkImageFilter.h
|
| index 85589f069f738fbab13ed79f690acccc53141f08..a92a426321e5f0feeb69885d28d179fe62b00138 100644
|
| --- a/include/core/SkImageFilter.h
|
| +++ b/include/core/SkImageFilter.h
|
| @@ -237,7 +237,7 @@ protected:
|
| void allocInputs(int count);
|
| };
|
|
|
| - SkImageFilter(int inputCount, SkImageFilter** inputs, const CropRect* cropRect = NULL);
|
| + SkImageFilter(int inputCount, SkImageFilter** inputs, const CropRect* cropRect = NULL, uint32_t uniqueID = 0);
|
|
|
| virtual ~SkImageFilter();
|
|
|
|
|