Index: gm/convexpolyeffect.cpp |
diff --git a/gm/convexpolyeffect.cpp b/gm/convexpolyeffect.cpp |
index 2c77bceb0ac43fe352e2776ffe8ba514d6f6dab8..9891f87215dc3752e00b0d8adfc37fd15b1e2e47 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 { |