lgtm On Fri, Oct 19, 2012 at 2:12 PM, <robertphillips@google.com> wrote: > Reviewers: bsalomon, > > Description: > Quick patch to address: > http://code.google.com/p/**chromium/issues/detail?id=**156839<http://code.goo... > > Please review this at https://codereview.appspot.**com/6743048/<https://codereview.appspot.com/6743... > > Affected files: > M src/gpu/GrContext.cpp > > > Index: src/gpu/GrContext.cpp > ==============================**==============================**======= > --- src/gpu/GrContext.cpp (revision 6018) > +++ src/gpu/GrContext.cpp (working copy) > @@ -569,7 +569,7 @@ > fGpu->setClip(clipData); > > fDrawState->setState(**GrDrawState::kClip_StateBit, > - clipData->fClipStack && !clipData->fClipStack->* > *isWideOpen()); > + clipData && clipData->fClipStack && > !clipData->fClipStack->**isWideOpen()); > } > > //////////////////////////////**//////////////////////////////** > //////////////////// > > >
committed as r6019