DescriptionFixing Chromium Android build's reliance on old SkPicture recording API
Skia is moving to an API where SkPicture can no longer invoke beginRecording/endRecording on itself. This functionality is deferred to a separate SkPictureRecorder object to clarify when SkPictures are complete (and make them immutable). This CL updates webview to the new interface.
torne for OWNER review
fmalita for skia-side review
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=267210
Patch Set 1 #Patch Set 2 : Updated #Patch Set 3 : fix git hash #Patch Set 4 : Fix fix #Patch Set 5 : Remove DEPS file changes #
Total comments: 2
Patch Set 6 : Addressed code review issues #Messages
Total messages: 15 (0 generated)
|