| Index: gm/convexpolyclip.cpp
|
| diff --git a/gm/convexpolyclip.cpp b/gm/convexpolyclip.cpp
|
| index 35c4426f36628fa6d77d6951bbb4c840540efda8..328cdb5207f763fc957df3b0a986c52b1c871eda 100644
|
| --- a/gm/convexpolyclip.cpp
|
| +++ b/gm/convexpolyclip.cpp
|
| @@ -158,7 +158,7 @@ protected:
|
| int testLayers = kBench_Mode != this->getMode();
|
| for (int doLayer = 0; doLayer <= testLayers; ++doLayer) {
|
| for (SkTLList<Clip>::Iter iter(fClips, SkTLList<Clip>::Iter::kHead_IterStart);
|
| - NULL != iter.get();
|
| + iter.get();
|
| iter.next()) {
|
| const Clip* clip = iter.get();
|
| SkScalar x = startX;
|
|
|