aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrImmediateDrawTarget.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/GrImmediateDrawTarget.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/GrImmediateDrawTarget.h')
-rw-r--r--src/gpu/GrImmediateDrawTarget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/GrImmediateDrawTarget.h b/src/gpu/GrImmediateDrawTarget.h
index c7f4163739..b6fda07599 100644
--- a/src/gpu/GrImmediateDrawTarget.h
+++ b/src/gpu/GrImmediateDrawTarget.h
@@ -74,7 +74,7 @@ private:
bool isIssued(uint32_t drawID) override { return drawID != fDrawID; }
- bool SK_WARN_UNUSED_RESULT setupPipelineAndShouldDraw(GrPipeline*,
+ bool SK_WARN_UNUSED_RESULT setupPipelineAndShouldDraw(void* pipelineAddr,
const GrDrawTarget::PipelineInfo&);
void recordXferBarrierIfNecessary(const GrPipeline*);