From 85cd78dd6ca93cc5bd4a504b201c3215426d885b Mon Sep 17 00:00:00 2001 From: bsalomon Date: Fri, 31 Jul 2015 12:15:50 -0700 Subject: Speculative fix for http://crbug.com/515966 BUG=chromium:515966 Review URL: https://codereview.chromium.org/1268723005 --- src/gpu/GrDrawTarget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gpu/GrDrawTarget.h') diff --git a/src/gpu/GrDrawTarget.h b/src/gpu/GrDrawTarget.h index 753ea85881..022c6b3e2d 100644 --- a/src/gpu/GrDrawTarget.h +++ b/src/gpu/GrDrawTarget.h @@ -244,7 +244,7 @@ protected: GrXferProcessor::DstTexture fDstTexture; }; - void setupPipeline(const PipelineInfo& pipelineInfo, GrPipeline* pipeline); + const GrPipeline* setupPipeline(const PipelineInfo& pipelineInfo, void* pipelineAddr); private: virtual void onReset() = 0; -- cgit v1.2.3