| Index: src/gpu/GrPrimitiveProcessor.h
|
| diff --git a/src/gpu/GrPrimitiveProcessor.h b/src/gpu/GrPrimitiveProcessor.h
|
| index 3300ec757d86359993c243c4e84569284f024c0f..0d5280fbd3ed44703d6a37068e5976f09cd4e547 100644
|
| --- a/src/gpu/GrPrimitiveProcessor.h
|
| +++ b/src/gpu/GrPrimitiveProcessor.h
|
| @@ -47,7 +47,7 @@ class GrGLSLPrimitiveProcessor;
|
|
|
| struct GrInitInvariantOutput;
|
|
|
| -// Describes the state of pixel local storage with respect to the current draw.
|
| +// Describes the state of pixel local storage with respect to the current draw.
|
| enum GrPixelLocalStorageState {
|
| // The draw is actively updating PLS.
|
| kDraw_GrPixelLocalStorageState,
|
| @@ -208,7 +208,7 @@ public:
|
| */
|
| virtual bool hasTransformedLocalCoords() const = 0;
|
|
|
| - virtual GrPixelLocalStorageState getPixelLocalStorageState() const {
|
| + virtual GrPixelLocalStorageState getPixelLocalStorageState() const {
|
| return kDisabled_GrPixelLocalStorageState;
|
| }
|
|
|
| @@ -216,7 +216,7 @@ public:
|
| * If non-null, overrides the dest color returned by GrGLSLFragmentShaderBuilder::dstColor().
|
| */
|
| virtual const char* getDestColorOverride() const { return nullptr; }
|
| -
|
| +
|
| virtual float getSampleShading() const {
|
| return 0.0;
|
| }
|
|
|