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