| Index: src/gpu/GrPipeline.h
|
| diff --git a/src/gpu/GrPipeline.h b/src/gpu/GrPipeline.h
|
| index 61e6e9247dcc36941f09b92200cda15c4a26efeb..11b09319d38803a7e1dd0ed9c15cf40728def605 100644
|
| --- a/src/gpu/GrPipeline.h
|
| +++ b/src/gpu/GrPipeline.h
|
| @@ -104,7 +104,7 @@ public:
|
|
|
| bool readsFragPosition() const { return fReadsFragPosition; }
|
|
|
| - const GrPipelineInfo& infoForPrimitiveProcessor() const {
|
| + const GrPipelineOptimizations& infoForPrimitiveProcessor() const {
|
| return fInfoForPrimitiveProcessor;
|
| }
|
|
|
| @@ -155,7 +155,7 @@ private:
|
| ProgramXferProcessor fXferProcessor;
|
| FragmentStageArray fFragmentStages;
|
| bool fReadsFragPosition;
|
| - GrPipelineInfo fInfoForPrimitiveProcessor;
|
| + GrPipelineOptimizations fInfoForPrimitiveProcessor;
|
|
|
| // This function is equivalent to the offset into fFragmentStages where coverage stages begin.
|
| int fNumColorStages;
|
|
|