aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/batches/GrAAFillRectBatch.h
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2015-08-10 10:47:29 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-08-10 10:47:29 -0700
commit91d844de47bdc1c3f807c85293e46943dcfc712d (patch)
tree98e72b2f8b0a3f1028b149316f2bdbb1fcccb437 /src/gpu/batches/GrAAFillRectBatch.h
parent7fc2a2610ec31a659fe2603f8960d376822d54cb (diff)
Rename GrPipelineInfo to GrPipelineOptimizations
TBR=joshualitt@google.com Review URL: https://codereview.chromium.org/1274513005
Diffstat (limited to 'src/gpu/batches/GrAAFillRectBatch.h')
-rw-r--r--src/gpu/batches/GrAAFillRectBatch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/batches/GrAAFillRectBatch.h b/src/gpu/batches/GrAAFillRectBatch.h
index c852eb1002..fdce84cbc7 100644
--- a/src/gpu/batches/GrAAFillRectBatch.h
+++ b/src/gpu/batches/GrAAFillRectBatch.h
@@ -38,7 +38,7 @@ public:
out->setUnknownSingleComponent();
}
- void initBatchTracker(const GrPipelineInfo& init) override;
+ void initBatchTracker(const GrPipelineOptimizations&) override;
void generateGeometry(GrBatchTarget* batchTarget) override;