| Index: src/gpu/GrClipMaskManager.h
|
| diff --git a/src/gpu/GrClipMaskManager.h b/src/gpu/GrClipMaskManager.h
|
| index ea16fc842b5b283502d93ed87c4f8a5726019fc8..c98648b1287725116c859ce263f58b7668ca653b 100644
|
| --- a/src/gpu/GrClipMaskManager.h
|
| +++ b/src/gpu/GrClipMaskManager.h
|
| @@ -163,7 +163,7 @@ private:
|
| const SkIRect& dstBound,
|
| const SkIRect& srcBound);
|
|
|
| - void getTemp(int width, int height, GrAutoScratchTexture* temp);
|
| + GrTexture* createTempMask(int width, int height);
|
|
|
| void setupCache(const SkClipStack& clip,
|
| const SkIRect& bounds);
|
|
|