commit | 98d709bc8d0761df8e0ad35e92c06e500f0be50d | [log] [tgz] |
---|---|---|
author | robertphillips <robertphillips@google.com> | Tue Sep 02 10:20:50 2014 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Tue Sep 02 10:20:50 2014 -0700 |
tree | 4a368c80280ce21d8015f52a37ca635600f83ec0 | |
parent | 842b086a3c876061e1279d47e6009629c9818b03 [diff] |
Reorganize Layer Hoisting code With the new MultiPictureDraw API the GrContext will be performing the layer hoisting (instead of the SkGpuDevice). This CL being moving the layer hoisting functionality to GrLayerHoister rather then dumping it straight into GrContext. R=bsalomon@google.com Author: robertphillips@google.com Review URL: https://codereview.chromium.org/531733003