DescriptionRemove ui_compositor_image_transport, it has no effect.
It's been used to add a conditional dep on ui/gl, but we chrome depends on
that unconditionally already.
It's also been used to call glFinish() under the following conditions in
the glResizeCHROMIUM handler:
!defined(UI_COMPOSITOR_IMAGE_TRANSPORT)
UI_COMPOSITOR_IMAGE_TRANSPORT was always set on Linux and Chrome OS, which
means this code only ran on Android, and I'm not sure if we use
glResizeCHROMIUM there.
BUG=700681
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel;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/2748533002
Cr-Commit-Position: refs/heads/master@{#456746}
Committed: https://chromium.googlesource.com/chromium/src/+/81e3d61f4f273627a7fb9d6d7f2bbbc382c95d7e
Patch Set 1 #
Total comments: 1
Messages
Total messages: 27 (19 generated)
|