| Index: include/gpu/GrContext.h
|
| diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h
|
| index 2adc84211a5c97cc7e7eb3f71ee48163a9ab5f90..97acda1e795a4cc540525d65c805b5d3fd18c3c3 100644
|
| --- a/include/gpu/GrContext.h
|
| +++ b/include/gpu/GrContext.h
|
| @@ -897,7 +897,7 @@ public:
|
| * called to check the cache for a SB that matches an RT's criteria.
|
| */
|
| void addStencilBuffer(GrStencilBuffer* sb);
|
| - GrStencilBuffer* findStencilBuffer(int width, int height, int sampleCnt);
|
| + GrStencilBuffer* findAndRefStencilBuffer(int width, int height, int sampleCnt);
|
|
|
| GrPathRenderer* getPathRenderer(
|
| const SkPath& path,
|
|
|