Show the paint's typeface information in the details pane of the debugger.
authorhumper@google.com <humper@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 7 Jan 2013 15:48:19 +0000 (15:48 +0000)
committerhumper@google.com <humper@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 7 Jan 2013 15:48:19 +0000 (15:48 +0000)
commitf515ffc3d44975a09755276e572448061df3e2fe
treeaccb48dc914f64718efc5022bb07b12515476a62
parente3453cbd20d00d685131a09d9141b1c70f0c5710
Show the paint's typeface information in the details pane of the debugger.

Also add a convenience constructor for SkMemoryStream that takes the SkData directly
(instead of having to construct an empty one and call setData).
Review URL: https://codereview.appspot.com/7065045

git-svn-id: http://skia.googlecode.com/svn/trunk@7048 2bbb7eff-a529-9590-31e7-b0007b416f81
debugger/SkObjectParser.cpp
gyp/debugger.gyp
include/core/SkStream.h
src/core/SkStream.cpp