| Index: src/gpu/GrOptDrawState.h
|
| diff --git a/src/gpu/GrOptDrawState.h b/src/gpu/GrOptDrawState.h
|
| index ac7ec16402fdd3d00c7253511664fe78d79c24f0..83aa3d1ee2e329aebd0d06100ad6ad7e0263427e 100644
|
| --- a/src/gpu/GrOptDrawState.h
|
| +++ b/src/gpu/GrOptDrawState.h
|
| @@ -84,6 +84,7 @@ public:
|
|
|
| bool hasGeometryProcessor() const { return SkToBool(fGeometryProcessor.get()); }
|
| const GrGeometryProcessor* getGeometryProcessor() const { return fGeometryProcessor.get(); }
|
| + const GrBatchTracker& getBatchTracker() const { return fBatchTracker; }
|
|
|
| const GrXferProcessor* getXferProcessor() const { return fXferProcessor.get(); }
|
|
|
| @@ -247,6 +248,7 @@ private:
|
| GrBlendCoeff fDstBlend;
|
| uint32_t fFlags;
|
| ProgramGeometryProcessor fGeometryProcessor;
|
| + GrBatchTracker fBatchTracker;
|
| ProgramXferProcessor fXferProcessor;
|
| FragmentStageArray fFragmentStages;
|
|
|
|
|