Remove DEPRECATED_beginRecording().
authormtklein <mtklein@chromium.org>
Wed, 1 Oct 2014 16:29:35 +0000 (09:29 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 1 Oct 2014 16:29:35 +0000 (09:29 -0700)
commit8e12656096fceeed8b3cc4284d57dea04893b455
tree43b0ae13764b93af263e01d89d269c7bfec84370
parent23cd4d2d1adecff9c88fa06b7a0a74d52c11fc75
Remove DEPRECATED_beginRecording().

This removes:
  1) ability to record old pictures with SkPictureRecorder;
  2) a couple tests specific to the old backend.

The functionality of DEPRECATED_beginRecording() now lives in
(private) SkPicture::Backport(), which is the only place we
need it now.

BUG=skia:
TBR=reed@google.com

Review URL: https://codereview.chromium.org/618303002
bench/PictureRecordBench.cpp
include/core/SkPicture.h
include/core/SkPictureRecorder.h
src/core/SkPicture.cpp
src/core/SkPictureRecord.cpp
src/core/SkPictureRecorder.cpp
tests/CanvasTest.cpp
tests/PictureTest.cpp