will tackle SkPDFDocument.h after this.
LGTM
LGTM with question https://codereview.appspot.com/6542049/diff/1/src/pdf/SkPDFDevice.cpp File src/pdf/SkPDFDevice.cpp (right): https://codereview.appspot.com/6542049/diff/1/src/pdf/SkPDFDevice.cpp#newcode... src/pdf/SkPDFDevice.cpp:1247: drawFormXObjectWithClip(curContent, clipStack, clipRegion, true); I'm being dense, why do we not need get() here?
https://codereview.appspot.com/6542049/diff/1/src/pdf/SkPDFDevice.cpp File src/pdf/SkPDFDevice.cpp (right): https://codereview.appspot.com/6542049/diff/1/src/pdf/SkPDFDevice.cpp#newcode... src/pdf/SkPDFDevice.cpp:1247: drawFormXObjectWithClip(curContent, clipStack, clipRegion, true); On 2012/09/20 18:07:46, Steve VanDeBogart wrote: > I'm being dense, why do we not need get() here? SkAutoTUnref has operators for * and ->