| Index: gm/convexpolyeffect.cpp
|
| diff --git a/gm/convexpolyeffect.cpp b/gm/convexpolyeffect.cpp
|
| index 275193f326435be3ae42c8c77df4944c32d19d49..8d73da5e4d83a4ea8a9e665771a3ecbc2162cda5 100644
|
| --- a/gm/convexpolyeffect.cpp
|
| +++ b/gm/convexpolyeffect.cpp
|
| @@ -114,7 +114,7 @@ protected:
|
|
|
| SkScalar y = 0;
|
| for (SkTLList<SkPath>::Iter iter(fPaths, SkTLList<SkPath>::Iter::kHead_IterStart);
|
| - NULL != iter.get();
|
| + iter.get();
|
| iter.next()) {
|
| const SkPath* path = iter.get();
|
| SkScalar x = 0;
|
| @@ -172,7 +172,7 @@ protected:
|
| }
|
|
|
| for (SkTLList<SkRect>::Iter iter(fRects, SkTLList<SkRect>::Iter::kHead_IterStart);
|
| - NULL != iter.get();
|
| + iter.get();
|
| iter.next()) {
|
|
|
| SkScalar x = 0;
|
|
|