commit | fd3a91e1fc4de69611b5297f624a1cd65db4ced1 | [log] [tgz] |
---|---|---|
author | reed <reed@google.com> | Thu Mar 26 13:29:56 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Thu Mar 26 13:29:56 2015 -0700 |
tree | dfba413e72dabf2d29e9391422de87aadca9df30 | |
parent | 3d4c4a5a9feff961c6ba70443fa40ea1ca0a503e [diff] |
Make the canvas draw looper setup update the canvas save count Image filter in a paint would leave save count in wrong state for normal draws. This could be observed through the canvas references during the draw call. An example of this is inspecting the canvas during a draw looper. patch from issue 993863002 at patchset 20001 (http://crrev.com/993863002#ps20001) BUG=skia: TBR=kkinnunen@nvidia.com Review URL: https://codereview.chromium.org/1034033004