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