Index: src/gpu/GrPLSGeometryProcessor.h |
diff --git a/src/gpu/GrPLSGeometryProcessor.h b/src/gpu/GrPLSGeometryProcessor.h |
index 5c1d6ee6f4e6475dc0b11d3cc6ed34bab5cfb760..0640af63f073d7f28eece58c16f4063262e094e6 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; |
} |