commit | 5713352a64936428d37a721382d021f4a9002172 | [log] [tgz] |
---|---|---|
author | robertphillips <robertphillips@google.com> | Sun Jun 08 13:17:54 2014 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Sun Jun 08 13:17:54 2014 -0700 |
tree | 1bdee76aeee60990b74bd7f4698652d438431c77 | |
parent | e2f2b984443e870319e107374f7d786f243a20ae [diff] |
Chromium should no longer need the legacy SkCanvas::drawPicture interface With: Switch Blink to using new Skia SkCanvas::drawPicture method - https://codereview.chromium.org/316863003/ Switch Chromium to new Skia SkCanvas::drawPicture method - https://codereview.chromium.org/315963003/ Chromium/Blink should no longer need this flag. Note: this patch cannot be landed until the Blink change rolls into Chromium. R=jvanverth@google.com Author: robertphillips@google.com Review URL: https://codereview.chromium.org/317193002