aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrPathProcessor.h
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2016-09-12 12:02:11 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-09-12 12:02:11 -0700
commitcc6aeee67509680e6a82a3024de2fd8562e0afd3 (patch)
tree27251fc6915de259c4035954d19b8da654bc07e2 /src/gpu/GrPathProcessor.h
parent42943c8aa9c611c18ad0f1a30a27669f3d82239c (diff)
Remove GrPrimitiveProcessor::hasTransformedLocalCoords
Diffstat (limited to 'src/gpu/GrPathProcessor.h')
-rw-r--r--src/gpu/GrPathProcessor.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gpu/GrPathProcessor.h b/src/gpu/GrPathProcessor.h
index fdd849875f..8c9e0d6be2 100644
--- a/src/gpu/GrPathProcessor.h
+++ b/src/gpu/GrPathProcessor.h
@@ -36,8 +36,6 @@ public:
virtual GrGLSLPrimitiveProcessor* createGLSLInstance(const GrGLSLCaps& caps) const override;
- bool hasTransformedLocalCoords() const override { return false; }
-
const GrXPOverridesForBatch& overrides() const { return fOverrides; }
virtual bool isPathRendering() const override { return true; }