| Index: src/gpu/GrDrawingManager.h
|
| diff --git a/src/gpu/GrDrawingManager.h b/src/gpu/GrDrawingManager.h
|
| index f011b4194b3aa71a4672cb0fa37656b76b12f9df..72db2aec6eb88bcc103ab109eaeb8481d760b2e0 100644
|
| --- a/src/gpu/GrDrawingManager.h
|
| +++ b/src/gpu/GrDrawingManager.h
|
| @@ -31,7 +31,7 @@ public:
|
| bool abandoned() const { return fAbandoned; }
|
| void freeGpuResources();
|
|
|
| - GrDrawContext* drawContext(GrRenderTarget* rt, const SkSurfaceProps*);
|
| + sk_sp<GrDrawContext> drawContext(sk_sp<GrRenderTarget> rt, const SkSurfaceProps*);
|
|
|
| // The caller automatically gets a ref on the returned drawTarget. It must
|
| // be balanced by an unref call.
|
|
|