| Index: include/gpu/SkGpuDevice.h
|
| diff --git a/include/gpu/SkGpuDevice.h b/include/gpu/SkGpuDevice.h
|
| index 9a5a92e2df5091ac8fe973417f4b5f955a0d8250..b43213a8d7c22786a3882b84fac6d4c2ccb5497d 100644
|
| --- a/include/gpu/SkGpuDevice.h
|
| +++ b/include/gpu/SkGpuDevice.h
|
| @@ -169,6 +169,8 @@ private:
|
|
|
| virtual SkSurface* newSurface(const SkImageInfo&) SK_OVERRIDE;
|
|
|
| + virtual SkImageFilter::UniqueIDCache* getImageFilterCache() SK_OVERRIDE;
|
| +
|
| // sets the render target, clip, and matrix on GrContext. Use forceIdenity to override
|
| // SkDraw's matrix and draw in device coords.
|
| void prepareDraw(const SkDraw&, bool forceIdentity);
|
|
|