commit | 3f7357f1a0af60dddbd91fd457cb50a1771f0d13 | [log] [tgz] |
---|---|---|
author | robertphillips <robertphillips@google.com> | Tue Oct 27 07:17:33 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Tue Oct 27 07:17:33 2015 -0700 |
tree | eb1c1af737d9c507b588240f5a19eff06df878d4 | |
parent | 90978148e71e525c887c389b2bec6c4cbbd1dee1 [diff] |
Fix ClipMaskManager's SW-fallback logic (take 2) https://codereview.chromium.org/1421533007/ (Fix ClipMaskManager's SW-fallback logic) had a logic error in it. It did not take into account createAlphaClipMask's fallback to non-Stenciled drawing (in drawElement). This CL adds that logic and strips out the unnecessary changes (for clarity). Review URL: https://codereview.chromium.org/1412883005