split SkPictureRecorder out of SkPicture
authorrobertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Sun, 13 Apr 2014 19:09:42 +0000 (19:09 +0000)
committerrobertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Sun, 13 Apr 2014 19:09:42 +0000 (19:09 +0000)
commit84b18c7e3e042bf206e1ace3d1b6ea5bb929fe51
tree7b46e74e6212283d9efe62a7b6feaad2c009972b
parentc202ea7cc69476a20ad898d6c76bcdbcb18adf74
split SkPictureRecorder out of SkPicture

https://codereview.chromium.org/214953003/

git-svn-id: http://skia.googlecode.com/svn/trunk@14171 2bbb7eff-a529-9590-31e7-b0007b416f81
39 files changed:
bench/PicturePlaybackBench.cpp
bench/PictureRecordBench.cpp
bench/benchmain.cpp
debugger/SkDebugger.cpp
dm/DMReplayTask.cpp
dm/DMSerializeTask.cpp
dm/DMTileGridTask.cpp
dm/DMUtil.cpp
dm/DMUtil.h
gm/distantclip.cpp
gm/gmmain.cpp
gm/optimizations.cpp
gm/pathopsskpclip.cpp
gm/pictureimagefilter.cpp
gm/pictureshader.cpp
gyp/skia_for_chromium_defines.gypi
include/core/SkPicture.h
include/core/SkTileGridPicture.h
samplecode/SampleAll.cpp
samplecode/SampleApp.cpp
samplecode/SampleApp.h
samplecode/SamplePictFile.cpp
samplecode/SamplePicture.cpp
samplecode/SampleTiling.cpp
src/core/SkPicture.cpp
src/core/SkQuadTreePicture.h
tests/CanvasTest.cpp
tests/ImageFilterTest.cpp
tests/LayerDrawLooperTest.cpp
tests/PictureTest.cpp
tests/SerializationTest.cpp
tests/TileGridTest.cpp
tools/CopyTilesRenderer.cpp
tools/PictureRenderer.cpp
tools/PictureRenderer.h
tools/bench_record.cpp
tools/filtermain.cpp
tools/render_pictures_main.cpp
tools/skpmaker.cpp