commit | d61ef01f176328619d29045da3ec72e4732276b6 | [log] [tgz] |
---|---|---|
author | robertphillips <robertphillips@google.com> | Wed Oct 08 05:17:02 2014 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed Oct 08 05:17:02 2014 -0700 |
tree | e47a01f6b8509c268416e98e95cd0b2d9d4ac222 | |
parent | 10805961ce424868e8315e00f6dbeeaa62d466ac [diff] |
Expose layer hoisting API in GrContext This CL exposes the layer hoisting API in GrContext for use in SkMultiPictureDraw::draw. It basically mirrors what SkGpuDevice::EXPERIMENTAL_drawPicture has been doing. Review URL: https://codereview.chromium.org/533673002