Index: src/gpu/GrPathRenderingDrawContext.h |
diff --git a/src/gpu/GrPathRenderingDrawContext.h b/src/gpu/GrPathRenderingDrawContext.h |
index 5d1893cf90e78f6d9672b8254414834986f62c3b..5c1a968b1772d61e8cdd114f97d2f4b3882adda0 100644 |
--- a/src/gpu/GrPathRenderingDrawContext.h |
+++ b/src/gpu/GrPathRenderingDrawContext.h |
@@ -27,9 +27,9 @@ public: |
SkDrawFilter*, const SkIRect& clipBounds) override; |
protected: |
GrPathRenderingDrawContext(GrContext* ctx, GrDrawingManager* mgr, sk_sp<GrRenderTarget> rt, |
- const SkSurfaceProps* surfaceProps, GrAuditTrail* at, |
- GrSingleOwner* so) |
- : INHERITED(ctx, mgr, std::move(rt), surfaceProps, at, so) {} |
+ sk_sp<SkColorSpace> colorSpace, const SkSurfaceProps* surfaceProps, |
+ GrAuditTrail* at, GrSingleOwner* so) |
+ : INHERITED(ctx, mgr, std::move(rt), std::move(colorSpace), surfaceProps, at, so) {} |
private: |
SkAutoTDelete<GrStencilAndCoverTextContext> fStencilAndCoverTextContext; |