lgtm w/ documentation questions http://codereview.appspot.com/6411043/diff/1/include/core/SkClipStack.h File include/core/SkClipStack.h (right): http://codereview.appspot.com/6411043/diff/1/include/core/SkClipStack.h#newco... include/core/SkClipStack.h:80: const Clip* prev(); // Moves the iterator to the last clip with the specified RegionOp and returns that clip. If no clip with that op is found, returns NULL. http://codereview.appspot.com/6411043/diff/1/src/core/SkClipStack.cpp File src/core/SkClipStack.cpp (right): http://codereview.appspot.com/6411043/diff/1/src/core/SkClipStack.cpp#newcode205 src/core/SkClipStack.cpp:205: SkClipStack::Iter::Iter() can fStack() fit on the same line?
committed as r4644 http://codereview.appspot.com/6411043/diff/1/include/core/SkClipStack.h File include/core/SkClipStack.h (right): http://codereview.appspot.com/6411043/diff/1/include/core/SkClipStack.h#newco... include/core/SkClipStack.h:80: const Clip* prev(); On 2012/07/17 21:37:04, reed1 wrote: > // Moves the iterator to the last clip with the specified RegionOp and returns > that clip. If no clip with that op is found, returns NULL. Done. http://codereview.appspot.com/6411043/diff/1/src/core/SkClipStack.cpp File src/core/SkClipStack.cpp (right): http://codereview.appspot.com/6411043/diff/1/src/core/SkClipStack.cpp#newcode205 src/core/SkClipStack.cpp:205: SkClipStack::Iter::Iter() Done. The coding standard may need clarification that it is "one initializer per line" unless it can all fit on one line.