Chromium Code Reviews| Index: gm/convexpolyeffect.cpp |
| diff --git a/gm/convexpolyeffect.cpp b/gm/convexpolyeffect.cpp |
| index 9891f87215dc3752e00b0d8adfc37fd15b1e2e47..2c77bceb0ac43fe352e2776ffe8ba514d6f6dab8 100644 |
| --- a/gm/convexpolyeffect.cpp |
| +++ b/gm/convexpolyeffect.cpp |
| @@ -43,7 +43,6 @@ |
| ConvexPolyTestBatch(const GrGeometryProcessor* gp, const Geometry& geo) |
| : INHERITED(gp, geo.fBounds) |
| , fGeometry(geo) { |
| - this->initClassID<ConvexPolyTestBatch>(); |
| } |
| Geometry* geoData(int index) override { |