aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrDefaultGeoProcFactory.h
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2015-05-19 08:23:30 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-05-19 08:23:30 -0700
commitb8c241ad099f3f0c2cbf3e7c10f5f6207175d490 (patch)
tree5d5595ba1d6472261af05b0e698cda2160834033 /src/gpu/GrDefaultGeoProcFactory.h
parentd3a560fa80bfb3e2d2e989f951bb3b1c52316654 (diff)
Preliminary attempt to remove batch tracker
Diffstat (limited to 'src/gpu/GrDefaultGeoProcFactory.h')
-rw-r--r--src/gpu/GrDefaultGeoProcFactory.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gpu/GrDefaultGeoProcFactory.h b/src/gpu/GrDefaultGeoProcFactory.h
index aee16fd027..3722a320ce 100644
--- a/src/gpu/GrDefaultGeoProcFactory.h
+++ b/src/gpu/GrDefaultGeoProcFactory.h
@@ -83,6 +83,8 @@ public:
// TODO clean this up
static const GrGeometryProcessor* Create(uint32_t gpTypeFlags,
GrColor,
+ bool usesLocalCoords,
+ bool coverageIgnored,
const SkMatrix& viewMatrix = SkMatrix::I(),
const SkMatrix& localMatrix = SkMatrix::I(),
uint8_t coverage = 0xff);