aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrBufferedDrawTarget.h
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2015-08-10 12:01:15 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-08-10 12:01:15 -0700
commitc699873ac7c6b21bbca96053cdb9720c80f69916 (patch)
tree72d4c4b83832851d7cf37fcf51ad3fc70a57d14d /src/gpu/GrBufferedDrawTarget.h
parentb7ee1bf01709887388cea564989289d1572710e7 (diff)
Remove GrPipelineOptimizations member from GrPipeline
Diffstat (limited to 'src/gpu/GrBufferedDrawTarget.h')
-rw-r--r--src/gpu/GrBufferedDrawTarget.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/gpu/GrBufferedDrawTarget.h b/src/gpu/GrBufferedDrawTarget.h
index c149a8d2d0..454dc03792 100644
--- a/src/gpu/GrBufferedDrawTarget.h
+++ b/src/gpu/GrBufferedDrawTarget.h
@@ -113,9 +113,11 @@ private:
bool isIssued(uint32_t drawID) override { return drawID != fDrawID; }
State* SK_WARN_UNUSED_RESULT setupPipelineAndShouldDraw(const GrPrimitiveProcessor*,
- const GrDrawTarget::PipelineInfo&);
+ const GrDrawTarget::PipelineInfo&,
+ GrPipelineOptimizations* opts);
State* SK_WARN_UNUSED_RESULT setupPipelineAndShouldDraw(GrBatch*,
- const GrDrawTarget::PipelineInfo&);
+ const GrDrawTarget::PipelineInfo&,
+ GrPipelineOptimizations* opts);
// TODO: Use a single allocator for commands and records
enum {