Added toString to SkDrawLooper-derived classes
authorrobertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 28 Jan 2013 20:21:59 +0000 (20:21 +0000)
committerrobertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 28 Jan 2013 20:21:59 +0000 (20:21 +0000)
commit4991b8f23482afc1494fd17647421ce68de53331
treecab68b2aa8bc017b30a904c6be057d33694c5bcb
parent85ec74ca543b13739db1ad55dedd7bdfae4ab1a6
Added toString to SkDrawLooper-derived classes

https://codereview.appspot.com/7195054/

git-svn-id: http://skia.googlecode.com/svn/trunk@7422 2bbb7eff-a529-9590-31e7-b0007b416f81
debugger/SkObjectParser.cpp
gyp/core.gypi
include/core/SkDrawLooper.h
include/core/SkStringUtils.h [new file with mode: 0644]
include/effects/SkBlurDrawLooper.h
include/effects/SkLayerDrawLooper.h
src/core/SkStringUtils.cpp [new file with mode: 0644]
src/effects/SkBlurDrawLooper.cpp
src/effects/SkLayerDrawLooper.cpp
tests/QuickRejectTest.cpp