| Index: src/gpu/GrGeometryProcessor.h
|
| diff --git a/src/gpu/GrGeometryProcessor.h b/src/gpu/GrGeometryProcessor.h
|
| index 9c55359af59c39be63260e3dc937995d8d86c6d6..ea4e890ee1a424a71adf36a6ebf6af133e9cebbd 100644
|
| --- a/src/gpu/GrGeometryProcessor.h
|
| +++ b/src/gpu/GrGeometryProcessor.h
|
| @@ -24,7 +24,7 @@ public:
|
| , fWillUseGeoShader(false)
|
| , fHasLocalCoords(false) {}
|
|
|
| - bool willUseGeoShader() const { return fWillUseGeoShader; }
|
| + bool willUseGeoShader() const override { return fWillUseGeoShader; }
|
|
|
| // TODO delete when paths are in batch
|
| void initBatchTracker(GrBatchTracker*, const GrPipelineInfo&) const override {}
|
|
|