skia2/debugger
scroggo@google.com 12d588a7f2 Remove bogus ability for creating an SkPicturePlayback to fail.
Change SkPicturePlayback::parseBufferTag to return void, since
it can never return false.

Change SkPicturePlayback::parseStreamTag to return void, since
the only way it can return false is if parseBufferTag returns
false, or if creating a sub picture failed, both of which are
nonsensical.

Due to the above, there is no reason for creating an
SkPicturePlayback to fail, so remove the isValid parameter.

Update subclasses in SkDebuggerGUI.

Review URL: https://codereview.appspot.com/7388050

git-svn-id: http://skia.googlecode.com/svn/trunk@7844 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-02-25 16:05:00 +00:00
..
QT Remove bogus ability for creating an SkPicturePlayback to fail. 2013-02-25 16:05:00 +00:00
debuggermain.cpp Add data() to all QString::toASCII Qt calls to help out Linux compiler 2013-01-28 19:25:43 +00:00
SkDebugCanvas.cpp Clean up some out of order initialization warnings. 2013-02-08 21:16:19 +00:00
SkDebugCanvas.h Add overdraw visualization to the debugger 2013-02-06 20:13:54 +00:00
SkDebugger.cpp Fix saving modified skp from debugger 2013-01-22 18:03:56 +00:00
SkDebugger.h Add overdraw visualization to the debugger 2013-02-06 20:13:54 +00:00
SkDrawCommand.cpp Fix handling of setMatrix in debugger 2013-02-19 21:00:26 +00:00
SkDrawCommand.h Fix handling of setMatrix in debugger 2013-02-19 21:00:26 +00:00
SkObjectParser.cpp Added SK_DEVELOPER wrapper's around toString calls in debugger's SkObjectParser 2013-02-14 14:40:27 +00:00
SkObjectParser.h Fixed debugger for addition of drawRRect, clipRRect & drawOval 2013-01-02 20:20:31 +00:00