commit | dda293b1b36a860264bfdde48c1aaf9cfea10868 | [log] [tgz] |
---|---|---|
author | danakj <[email protected]> | Tue May 29 18:27:40 2018 |
committer | Commit Bot <[email protected]> | Tue May 29 18:27:40 2018 |
tree | 6dc8c2a24339d38da59524602dbe63d0d968438b | |
parent | 9f14d81c9e6af5f111223a2e3355145af9df4aed [diff] |
Move cc::VideoResourceUpdater to media. This class is used by the media (and blink) code directly to produce video resources for submission to the viz display compositor. cc::VideoLayerImpl also uses it for this, but is deprecated and eventually cc won't use this class at all. So we move it out of cc/ to the media/ component. Also satisfies a TODO and moves the SharedBitmapReporter from viz/common/ to viz/client/ as it is a part of the client library, and expand on the class comment to explain how to use it more. [email protected] TBR=kbr Bug: 722935 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I5505b56c5fde79df0fe199dc14323fab07c3d292 Reviewed-on: https://chromium-review.googlesource.com/1073788 Commit-Queue: danakj <[email protected]> Reviewed-by: Ken Rockot <[email protected]> Reviewed-by: Jeremy Roman <[email protected]> Reviewed-by: Dale Curtis <[email protected]> Reviewed-by: Avi Drissman <[email protected]> Cr-Commit-Position: refs/heads/master@{#562514}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .