diff options
Diffstat (limited to 'src/gpu/GrPLSGeometryProcessor.h')
-rw-r--r-- | src/gpu/GrPLSGeometryProcessor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/GrPLSGeometryProcessor.h b/src/gpu/GrPLSGeometryProcessor.h index 5c1d6ee6f4..0640af63f0 100644 --- a/src/gpu/GrPLSGeometryProcessor.h +++ b/src/gpu/GrPLSGeometryProcessor.h @@ -16,7 +16,7 @@ */ class GrPLSGeometryProcessor : public GrGeometryProcessor { public: - GrPixelLocalStorageState getPixelLocalStorageState() const override { + GrPixelLocalStorageState getPixelLocalStorageState() const override { return GrPixelLocalStorageState::kDraw_GrPixelLocalStorageState; } |