skia2/debugger/QT
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
..
Icons Added Reload icon 2012-11-19 18:25:09 +00:00
qrc_SkIcons.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkCanvasWidget.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-02-14 07:01:34 +00:00
SkCanvasWidget.h Allow debugger to be compiled without Ganesh 2013-02-13 13:26:13 +00:00
SkDebuggerGUI.cpp Remove bogus ability for creating an SkPicturePlayback to fail. 2013-02-25 16:05:00 +00:00
SkDebuggerGUI.h Allow debugger to be compiled without Ganesh 2013-02-13 13:26:13 +00:00
SkGLWidget.cpp Allow debugger to be compiled without Ganesh 2013-02-13 13:26:13 +00:00
SkGLWidget.h Allow debugger to be compiled without Ganesh 2013-02-13 13:26:13 +00:00
SkIcons.qrc clt debugger 2012-06-29 14:21:22 +00:00
SkImageWidget.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2012-11-22 02:02:41 +00:00
SkImageWidget.h Add drawing of paths to debugger 2012-11-21 17:11:02 +00:00
SkInspectorWidget.cpp Refactored inspector widget such that creating custom tabs for information is straightforward for future developers. 2012-08-14 19:34:13 +00:00
SkInspectorWidget.h Refactored inspector widget such that creating custom tabs for information is straightforward for future developers. 2012-08-14 19:34:13 +00:00
SkListWidget.cpp 3 minor fixes for debugger 2012-11-19 16:26:40 +00:00
SkListWidget.h clt debugger 2012-06-29 14:21:22 +00:00
SkRasterWidget.cpp Add overdraw visualization to the debugger 2013-02-06 20:13:54 +00:00
SkRasterWidget.h Allow debugger to be compiled without Ganesh 2013-02-13 13:26:13 +00:00
SkSettingsWidget.cpp Allow debugger to be compiled without Ganesh 2013-02-13 13:26:13 +00:00
SkSettingsWidget.h Allow debugger to be compiled without Ganesh 2013-02-13 13:26:13 +00:00