From 24f19780d1e76595c049d8cad4352de839cfc6b5 Mon Sep 17 00:00:00 2001 From: Brian Salomon Date: Tue, 13 Dec 2016 15:10:11 -0500 Subject: Make GrRenderTargetContext::addDrawOp use sk_sp Change-Id: Iff7f63635cdbc5cc51e5968a565f2fde2be3acb0 Reviewed-on: https://skia-review.googlesource.com/5932 Commit-Queue: Brian Salomon Reviewed-by: Brian Osman --- include/gpu/GrRenderTargetContext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/gpu/GrRenderTargetContext.h') 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); GrRenderTargetOpList* getOpList(); -- cgit v1.2.3