aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrRenderTargetContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gpu/GrRenderTargetContext.h')
-rw-r--r--include/gpu/GrRenderTargetContext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gpu/GrRenderTargetContext.h b/include/gpu/GrRenderTargetContext.h
index ac733cb376..5317c3e07c 100644
--- a/include/gpu/GrRenderTargetContext.h
+++ b/include/gpu/GrRenderTargetContext.h
@@ -468,7 +468,7 @@ private:
const GrStyle&);
// This entry point allows the GrTextContext-derived classes to add their ops to the GrOpList.
- void addDrawOp(const GrPipelineBuilder&, const GrClip&, GrDrawOp*);
+ void addDrawOp(const GrPipelineBuilder&, const GrClip&, sk_sp<GrDrawOp>);
GrRenderTargetOpList* getOpList();