Description[PDF] Fix memory hungry inefficiency in pdf resource tracking.
When moving the content of a device into a PDF object like SkPDFFormXObject
or SkPDFShader does, we only need the top level resources in the new object's
resource list, not the recursive set of objects. Otherwise, when you
put a form on a form on form, etc, references to the objects multiply.
This fixed http://crbug.com/117321
Committed: https://code.google.com/p/skia/source/detail?r=3360
Patch Set 1 #Patch Set 2 : nit #
MessagesTotal messages: 4
|