Chromium Code Reviews
DescriptionRemove all uses of skia::RefPtr and stale includes
This CL is the Android-specific section of the change.
Finish deprecating skia::RefPtr in favor of sk_sp<>.
This should significantly reduce the amount of manual reference
management Chromium and Blink authors need to do for Skia objects.
We still have some APIs vending raw pointers to ref-counted Skia
objects which will need to be wrapped in sk_sp<>, but that should
be easier and more predictable. This CL does *not* try to remove
all cases of raw pointers to Skia objects in Chromium.
R=fmalita@chromium.org,torne@chromium.org,changwan@chromium.org
TBR=miguelg@chromium.org
BUG=skia:5077, 604716
Committed: https://crrev.com/709a7536e917ff3c294810cd2c76008d43630ccd
Cr-Commit-Position: refs/heads/master@{#391206}
Patch Set 1 #Patch Set 2 : #
Total comments: 2
Patch Set 3 : Florin's nits #Messages
Total messages: 19 (9 generated)
|