aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/convexpolyeffect.cpp
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2015-07-16 08:12:45 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-07-16 08:12:45 -0700
commitdbe1e6f0c32bd07b7669b1b1ac3c7f58c9b8d773 (patch)
tree7911e79e520c673044bcc16bab0d5a60cb48cc71 /gm/convexpolyeffect.cpp
parent3e5f55542cbd23f1ad448cac3d29e8551204552c (diff)
Give GrBatch a pointer to GrPipeline
Diffstat (limited to 'gm/convexpolyeffect.cpp')
-rw-r--r--gm/convexpolyeffect.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gm/convexpolyeffect.cpp b/gm/convexpolyeffect.cpp
index 2c77bceb0a..9891f87215 100644
--- a/gm/convexpolyeffect.cpp
+++ b/gm/convexpolyeffect.cpp
@@ -43,6 +43,7 @@ private:
ConvexPolyTestBatch(const GrGeometryProcessor* gp, const Geometry& geo)
: INHERITED(gp, geo.fBounds)
, fGeometry(geo) {
+ this->initClassID<ConvexPolyTestBatch>();
}
Geometry* geoData(int index) override {