Chromium Code Reviews| Index: include/core/SkPath.h |
| diff --git a/include/core/SkPath.h b/include/core/SkPath.h |
| index 9dbc97bf07c8672393d01543ecf9295d95a43efa..54a459b4d403d08a35f52f5d995e687d17bf1b31 100644 |
| --- a/include/core/SkPath.h |
| +++ b/include/core/SkPath.h |
| @@ -917,7 +917,6 @@ public: |
| const uint8_t* fVerbs; |
| const uint8_t* fVerbStop; |
| const SkScalar* fConicWeights; |
| - SkPoint fMoveTo; |
| }; |
| /** |