aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrPathProcessor.h
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2015-08-05 11:05:22 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-08-05 11:05:22 -0700
commitb2aa7cb90f4c66125056bac70dbca2093dd5ba41 (patch)
tree2a24701dd189ab74e9dc82f472a2a6c42834aff8 /src/gpu/GrPathProcessor.h
parent0e8296eaa62eb8bc37b3ffc78523183f15dfc0d1 (diff)
This CL wires up the backend portion necessary for sending transformed coords via vertex attributes.
Diffstat (limited to 'src/gpu/GrPathProcessor.h')
-rw-r--r--src/gpu/GrPathProcessor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gpu/GrPathProcessor.h b/src/gpu/GrPathProcessor.h
index 7c1ab2b5df..1959795d6a 100644
--- a/src/gpu/GrPathProcessor.h
+++ b/src/gpu/GrPathProcessor.h
@@ -54,6 +54,8 @@ public:
virtual GrGLPrimitiveProcessor* createGLInstance(const GrBatchTracker& bt,
const GrGLSLCaps& caps) const override;
+ bool hasTransformedLocalCoords() const override { return false; }
+
private:
GrPathProcessor(GrColor color, const SkMatrix& viewMatrix, const SkMatrix& localMatrix);