Fixing crash in cloning empty SkPicture object
authorjunov@chromium.org <junov@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 28 Jan 2013 21:04:44 +0000 (21:04 +0000)
committerjunov@chromium.org <junov@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 28 Jan 2013 21:04:44 +0000 (21:04 +0000)
commit94f20dc89a55483ba63db01829332065e6e1b2ac
tree0bc3ad747ec9dd25469687f0124cd54edffd15f0
parent68f670fa7231267fbfa9485bdd625f6de0153437
Fixing crash in cloning empty SkPicture object

BUG=https://code.google.com/p/chromium/issues/detail?id=172062
TEST=Pictures unit test, test_clone_empty
Review URL: https://codereview.appspot.com/7223048

git-svn-id: http://skia.googlecode.com/svn/trunk@7430 2bbb7eff-a529-9590-31e7-b0007b416f81
src/core/SkPicturePlayback.cpp
tests/PictureTest.cpp