extract some common code from PictureRenderer
authorcommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 8 May 2014 14:48:44 +0000 (14:48 +0000)
committercommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 8 May 2014 14:48:44 +0000 (14:48 +0000)
commitee18f2a3c92f3df3998cc93ffc438a9453281c6b
treebaa9f94223b1789bafe1a99f7ddcbd66035060db
parent8fec4099d897e87df8152c2a090c22dc6c45cd6c
extract some common code from PictureRenderer

R=borenet@google.com

Author: epoger@google.com

Review URL: https://codereview.chromium.org/273703006

git-svn-id: http://skia.googlecode.com/svn/trunk@14638 2bbb7eff-a529-9590-31e7-b0007b416f81
12 files changed:
gm/gm_expectations.cpp
gm/gm_expectations.h
gyp/gm.gyp
gyp/tools.gyp
gyp/utils.gyp
src/utils/SkDataUtils.cpp [new file with mode: 0644]
src/utils/SkDataUtils.h [new file with mode: 0644]
tools/PictureRenderer.cpp
tools/PictureRenderer.h
tools/image_expectations.cpp [new file with mode: 0644]
tools/image_expectations.h [new file with mode: 0644]
tools/render_pictures_main.cpp