Remove legacy picture recording
authorrobertphillips <robertphillips@google.com>
Tue, 3 Jun 2014 17:04:47 +0000 (10:04 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 3 Jun 2014 17:04:47 +0000 (10:04 -0700)
commitdcf9ab14a194be0cbea896e1dc44a2a04106a38b
treedb433629b2484484f01ad6b9578a9da8defe4464
parent66aa609a493b10d7c0a0101e2e16ba11e4c276a2
Remove legacy picture recording

This is unblocked now that Android no longer uses the old interface.

This is just the first step in cleaning this up. Future CLs will constify SkPicture access in SkCanvas and split up the SkPicture/SkPicturePlayback/SkPictureRecord trio.

R=bsalomon@google.com, reed@google.com, mtklein@google.com

Author: robertphillips@google.com

Review URL: https://codereview.chromium.org/313613002
gyp/core.gypi
include/core/SkPicture.h
include/core/SkPictureRecorder.h
include/core/SkRTreePicture.h [deleted file]
include/core/SkTileGridPicture.h [deleted file]
src/core/SkPicture.cpp
src/core/SkQuadTreePicture.cpp [deleted file]
src/core/SkQuadTreePicture.h [deleted file]
src/core/SkRTreePicture.cpp [deleted file]
src/core/SkTileGridPicture.cpp [deleted file]
tests/PictureTest.cpp