aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrGeometryProcessor.cpp
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2015-01-26 13:30:10 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-01-26 13:30:10 -0800
commitd15e4e45374275c045572b304c229237c4a82be4 (patch)
tree3301c47cdcccff9626c754a73cf3dc60e4f2f85c /src/gpu/GrGeometryProcessor.cpp
parentb041efe2a825ea94c0a3805f1f8ca635c6c69dce (diff)
GrBatchPrototype
Diffstat (limited to 'src/gpu/GrGeometryProcessor.cpp')
-rw-r--r--src/gpu/GrGeometryProcessor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/GrGeometryProcessor.cpp b/src/gpu/GrGeometryProcessor.cpp
index 75e6ed8166..c707efc6a2 100644
--- a/src/gpu/GrGeometryProcessor.cpp
+++ b/src/gpu/GrGeometryProcessor.cpp
@@ -516,7 +516,7 @@ void GrPathProcessor::getInvariantOutputCoverage(GrInitInvariantOutput* out) con
out->setKnownSingleComponent(0xff);
}
-void GrPathProcessor::initBatchTracker(GrBatchTracker* bt, const InitBT& init) const {
+void GrPathProcessor::initBatchTracker(GrBatchTracker* bt, const GrPipelineInfo& init) const {
PathBatchTracker* local = bt->cast<PathBatchTracker>();
if (init.fColorIgnored) {
local->fInputColorType = kIgnored_GrGPInput;