DescriptionConstify SkPicture in DrawingDisplayItem
This initial patch just adds the web-facing methods for cc,
allowing the Blink side web classes to change to the new
form. Yet another patch will move cc completely to the new
form.
The SkPicture is immutable and should be const in a DrawingDisplayItem.
And there is no need for the location point; it is stored in the
cullRect of the picture.
R=ajuma@chromium.org
BUG=458240
Committed: https://crrev.com/0451901e7b5a079ff17240f1b1c797c6946b0735
Cr-Commit-Position: refs/heads/master@{#316116}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Fix compile issue. #
Total comments: 2
Patch Set 3 : Now builds with Blink changes too. #Patch Set 4 : 4th time lucky. Minimal now. #Patch Set 5 : Fix for previous incorrect patch #Messages
Total messages: 15 (2 generated)
|