| Index: src/gpu/GrTessellatingPathRenderer.cpp
|
| diff --git a/src/gpu/GrTessellatingPathRenderer.cpp b/src/gpu/GrTessellatingPathRenderer.cpp
|
| index 8126c6c381d3dc82408f9b4df82269233de940bf..6a70a9028363cc677374957525282983f656eff7 100644
|
| --- a/src/gpu/GrTessellatingPathRenderer.cpp
|
| +++ b/src/gpu/GrTessellatingPathRenderer.cpp
|
| @@ -1405,6 +1405,7 @@ public:
|
| out->setUnknownSingleComponent();
|
| }
|
|
|
| +private:
|
| void initBatchTracker(const GrPipelineOptimizations& opt) override {
|
| // Handle any color overrides
|
| if (!opt.readsColor()) {
|
| @@ -1570,7 +1571,6 @@ public:
|
|
|
| bool onCombineIfPossible(GrBatch*, const GrCaps&) override { return false; }
|
|
|
| -private:
|
| TessellatingPathBatch(const GrColor& color,
|
| const SkPath& path,
|
| const GrStrokeInfo& stroke,
|
|
|