[PDF] Clean up SkPDFStream and make it inherit from SkPDFDict.
authorvandebo@chromium.org <vandebo@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 24 Feb 2011 21:50:04 +0000 (21:50 +0000)
committervandebo@chromium.org <vandebo@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 24 Feb 2011 21:50:04 +0000 (21:50 +0000)
commitd90c141feb10c80581c16dbb57fcc97719a0c002
treeea5f358a5113194c48e1fd7d5ade0685b3862ef1
parenta09368c9711e32257600e0f7deae2d6ba3fb5a76
[PDF] Clean up SkPDFStream and make it inherit from SkPDFDict.

A stream is a dictionary (with a couple particular entries) plus the data.
The common parent is useful for the shader implementation.

Review URL: http://codereview.appspot.com/4221045

git-svn-id: http://skia.googlecode.com/svn/trunk@852 2bbb7eff-a529-9590-31e7-b0007b416f81
include/pdf/SkPDFStream.h
src/pdf/SkPDFStream.cpp