Switch blink::MediaStreamVideoSource away from using gfx::Size
After MediaStream got OnionSoup'ed, some left banned classes are still being used, eg gfx::Size. This CL switches MediaStreamVideoSource from using ui::gfx::Size in favor of blink::IntSize. It also works as a preparation CL to migrates of the use of base::Bind to WTF::Bind on the same file/class. R=jbroman@chromium.org, guidou@chromium.org CC=blink-reviews-vendor@chromium.org BUG=923394 Change-Id: I8484fe13c3987fabffe11e9d28eb1782dabb5a7f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1593530 Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Commit-Queue: Dmitry Gozman <dgozman@chromium.org> Auto-Submit: Antonio Gomes <tonikitoo@igalia.com> Reviewed-by:Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#656217}
Showing
Please register or sign in to comment