aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrGeometryProcessor.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/GrGeometryProcessor.h
parent42943c8aa9c611c18ad0f1a30a27669f3d82239c (diff)
Remove GrPrimitiveProcessor::hasTransformedLocalCoords
Diffstat (limited to 'src/gpu/GrGeometryProcessor.h')
-rw-r--r--src/gpu/GrGeometryProcessor.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gpu/GrGeometryProcessor.h b/src/gpu/GrGeometryProcessor.h
index ebb48fc466..bc6f6ebbe4 100644
--- a/src/gpu/GrGeometryProcessor.h
+++ b/src/gpu/GrGeometryProcessor.h
@@ -26,10 +26,6 @@ public:
bool willUseGeoShader() const override { return fWillUseGeoShader; }
- bool hasTransformedLocalCoords() const override {
- return kHasTransformed_LocalCoordsType == fLocalCoordsType;
- }
-
bool hasExplicitLocalCoords() const override {
return kHasExplicit_LocalCoordsType == fLocalCoordsType;
}