diff options
Diffstat (limited to 'src/gpu/GrPathProcessor.h')
-rw-r--r-- | src/gpu/GrPathProcessor.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/gpu/GrPathProcessor.h b/src/gpu/GrPathProcessor.h index 6893e882dc..72e5168a4f 100644 --- a/src/gpu/GrPathProcessor.h +++ b/src/gpu/GrPathProcessor.h @@ -38,18 +38,6 @@ public: virtual bool isPathRendering() const override { return true; } private: - const Attribute& onVertexAttribute(int i) const final { - SK_ABORT("No vertex attributes"); - static constexpr Attribute kBogus; - return kBogus; - } - - const Attribute& onInstanceAttribute(int i) const final { - SK_ABORT("No instanced attributes"); - static constexpr Attribute kBogus; - return kBogus; - } - GrPathProcessor(GrColor, const SkMatrix& viewMatrix, const SkMatrix& localMatrix); GrColor fColor; |