| Index: src/gpu/GrRODrawState.cpp | 
| diff --git a/src/gpu/GrRODrawState.cpp b/src/gpu/GrRODrawState.cpp | 
| index 2f02482258f841b52f1d0fa6a8b945ff95495ada..f2ac34b388a507a53e3f1c895d48eaa7c9915506 100644 | 
| --- a/src/gpu/GrRODrawState.cpp | 
| +++ b/src/gpu/GrRODrawState.cpp | 
| @@ -82,7 +82,7 @@ bool GrRODrawState::validateVertexAttribs() const { | 
| if (this->hasGeometryProcessor()) { | 
| const GrEffectStage& stage = *this->getGeometryProcessor(); | 
| const GrEffect* effect = stage.getEffect(); | 
| -        SkASSERT(NULL != effect); | 
| +        SkASSERT(effect); | 
| // make sure that any attribute indices have the correct binding type, that the attrib | 
| // type and effect's shader lang type are compatible, and that attributes shared by | 
| // multiple effects use the same shader lang type. | 
|  |