| Index: src/gpu/GrPrimitiveProcessor.h
|
| diff --git a/src/gpu/GrPrimitiveProcessor.h b/src/gpu/GrPrimitiveProcessor.h
|
| index 5239a868db13ba45738f5d614e848a91557504a1..c147bb505834f054934c700cb6d0c9f20409a7d6 100644
|
| --- a/src/gpu/GrPrimitiveProcessor.h
|
| +++ b/src/gpu/GrPrimitiveProcessor.h
|
| @@ -201,12 +201,6 @@ public:
|
|
|
| virtual bool isPathRendering() const { return false; }
|
|
|
| - /**
|
| - * No Local Coord Transformation is needed in the shader, instead transformed local coords will
|
| - * be provided via vertex attribute.
|
| - */
|
| - virtual bool hasTransformedLocalCoords() const = 0;
|
| -
|
| virtual GrPixelLocalStorageState getPixelLocalStorageState() const {
|
| return kDisabled_GrPixelLocalStorageState;
|
| }
|
|
|