| Index: src/gpu/GrPathRendererChain.cpp
|
| diff --git a/src/gpu/GrPathRendererChain.cpp b/src/gpu/GrPathRendererChain.cpp
|
| index cac0475bbf774fc5737d5105b7565c6ab145c104..81085728dd628b70746dc227485d777cb049bf09 100644
|
| --- a/src/gpu/GrPathRendererChain.cpp
|
| +++ b/src/gpu/GrPathRendererChain.cpp
|
| @@ -65,7 +65,7 @@ GrPathRenderer* GrPathRendererChain::getPathRenderer(const SkPath& path,
|
| target);
|
| if (support < minStencilSupport) {
|
| continue;
|
| - } else if (NULL != stencilSupport) {
|
| + } else if (stencilSupport) {
|
| *stencilSupport = support;
|
| }
|
| }
|
|
|