aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrDrawTarget.h
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2015-07-31 12:15:50 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-07-31 12:15:50 -0700
commit85cd78dd6ca93cc5bd4a504b201c3215426d885b (patch)
tree98775bb7a749a4b8a9c268d804b71ca50a2835b6 /src/gpu/GrDrawTarget.h
parentec994b65be292cd43cc0003ec91bae7c19d773aa (diff)
Speculative fix for http://crbug.com/515966
BUG=chromium:515966 Review URL: https://codereview.chromium.org/1268723005
Diffstat (limited to 'src/gpu/GrDrawTarget.h')
-rw-r--r--src/gpu/GrDrawTarget.h2
1 files changed, 1 insertions, 1 deletions
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;