Index: src/gpu/GrGeometryProcessor.cpp |
diff --git a/src/gpu/GrGeometryProcessor.cpp b/src/gpu/GrGeometryProcessor.cpp |
index c707efc6a2f620e5c56c576e43a4fcc60797e2b8..75e6ed8166d8195f05379fc0129a1251da30f3b6 100644 |
--- a/src/gpu/GrGeometryProcessor.cpp |
+++ b/src/gpu/GrGeometryProcessor.cpp |
@@ -516,7 +516,7 @@ |
out->setKnownSingleComponent(0xff); |
} |
-void GrPathProcessor::initBatchTracker(GrBatchTracker* bt, const GrPipelineInfo& init) const { |
+void GrPathProcessor::initBatchTracker(GrBatchTracker* bt, const InitBT& init) const { |
PathBatchTracker* local = bt->cast<PathBatchTracker>(); |
if (init.fColorIgnored) { |
local->fInputColorType = kIgnored_GrGPInput; |