Chromium Code Reviews| Index: src/gpu/GrPipeline.h |
| diff --git a/src/gpu/GrPipeline.h b/src/gpu/GrPipeline.h |
| index f64b875f133d2cab9c3ffb21691074863dd4cbe9..94f472ac29602a2c74ada8795d7babf2e503afed 100644 |
| --- a/src/gpu/GrPipeline.h |
| +++ b/src/gpu/GrPipeline.h |
| @@ -51,6 +51,8 @@ public: |
| const GrCaps* fCaps; |
| GrPipelineOptimizations fOpts; |
| const GrScissorState* fScissor; |
| + int fNumStencilBits; |
| + bool fHasStencilClip; |
| GrXferProcessor::DstTexture fDstTexture; |
| }; |