Chromium Code Reviews
DescriptionAdd use counters for recently launched canvas features
This change adds use counters for the following features:
* 2D Canvas filter
* 2D Canvas imageSmoothingQuality
* <canvas> toBlob and toDataURL
* OffscreenCanvas.convertToBlob
* using SVG images as source images for ctx2d.drawImage and
gl.texImage2d
Use counter for imageSmoothingEnabled is removed. This feature was being
tracked for the purpose deprecating and removing its webkit-prefixed
version. We no longer need it
The Canvas.ContextType histogram was missing an entry for the
"bitmaprenderer" context type.
BUG=653599
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel
Review-Url: https://codereview.chromium.org/2703423009
Cr-Commit-Position: refs/heads/master@{#453368}
Committed: https://chromium.googlesource.com/chromium/src/+/19c0e98f042d6d357e07c101911a724f0086a394
Patch Set 1 #Patch Set 2 : histo fix #Messages
Total messages: 26 (14 generated)
|