| Index: src/gpu/GrPipeline.h
|
| diff --git a/src/gpu/GrPipeline.h b/src/gpu/GrPipeline.h
|
| index bf8ca8a725f49af18276fb44df0c311c5ed97923..e91baeb35e3828f5ff4b38cb629ba9c3f3fd9d0c 100644
|
| --- a/src/gpu/GrPipeline.h
|
| +++ b/src/gpu/GrPipeline.h
|
| @@ -97,9 +97,7 @@
|
|
|
| bool readsFragPosition() const { return fReadsFragPosition; }
|
|
|
| - const GrPipelineInfo& infoForPrimitiveProcessor() const {
|
| - return fInfoForPrimitiveProcessor;
|
| - }
|
| + const GrPipelineInfo& getInitBatchTracker() const { return fInitBT; }
|
|
|
| private:
|
| /**
|
| @@ -137,7 +135,7 @@
|
| ProgramXferProcessor fXferProcessor;
|
| FragmentStageArray fFragmentStages;
|
| bool fReadsFragPosition;
|
| - GrPipelineInfo fInfoForPrimitiveProcessor;
|
| + GrPipelineInfo fInitBT;
|
|
|
| // This function is equivalent to the offset into fFragmentStages where coverage stages begin.
|
| int fNumColorStages;
|
|
|