Split SkPictureRangePlayback out of SkPicturePlayback
authorrobertphillips <robertphillips@google.com>
Tue, 8 Jul 2014 15:28:08 +0000 (08:28 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 8 Jul 2014 15:28:08 +0000 (08:28 -0700)
commit1ad00e4b245d464c16ba78bdaa377281f29972cd
tree06a227ada11ef57eb124a79c9484d36c09aa1775
parent55fad7af61c21d502acb9891d631e8aa29e3628c
Split SkPictureRangePlayback out of SkPicturePlayback

This CL starts cleaning up SkPicturePlayback. Future CLs will:

split out the SkPictureReplacementPlayback
remove the preDraw/postDraw entry points & fix up SkPictureTimedPlayback

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

Author: robertphillips@google.com

Review URL: https://codereview.chromium.org/374833006
gyp/core.gypi
src/core/SkPictureData.h
src/core/SkPicturePlayback.cpp
src/core/SkPicturePlayback.h
src/core/SkPictureRangePlayback.cpp [new file with mode: 0644]
src/core/SkPictureRangePlayback.h [new file with mode: 0644]
src/gpu/SkGpuDevice.cpp