Remove Skia's use of the default SkPicture constructor and multi-clone
authorRobert Phillips <robertphillips@google.com>
Sun, 13 Jul 2014 16:00:50 +0000 (12:00 -0400)
committerRobert Phillips <robertphillips@google.com>
Sun, 13 Jul 2014 16:00:50 +0000 (12:00 -0400)
commitcfaeec446d06058cacef068b09f58ae2c78338fa
tree885fb54026165b28a172c210c8b843226d3b7c72
parentdd528967fc3eea54c8d10937b0100192d0722f4e
Remove Skia's use of the default SkPicture constructor and multi-clone

This cannot be landed until (Chrome: Switch to one-at-a-time SkPicture::clone interface - https://codereview.chromium.org/380323002/) has landed.

R=mtklein@google.com
TBR=reed@google.com

Review URL: https://codereview.chromium.org/388833003
gyp/skia_for_android_framework_defines.gypi
include/core/SkPicture.h
src/core/SkPicture.cpp
src/core/SkPictureData.cpp
src/core/SkPictureData.h
tests/GpuLayerCacheTest.cpp
tests/PictureTest.cpp