Convert accelerated JPEG Decoder IPC to Mojo
This CL adds implementation for GJDA's mojom interface which was introduced in [1]. GJDA interface that runs in the gpu process is exposed to the browser process via ui::Gpu. The mojo connection between browser and gpu is set up by a call to ui::Gpu::CreateJpegDecodeAccelerator(). Existing JPEG decoder IPC messages between browser and gpu have been replaced with mojo calls to GJDA interface. GJDA unittest has been updated to use the new mojo implementation. [1] https://codereview.chromium.org/2905823002/ Bug: 699255 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 Change-Id: I158c2f7c7d77f9a042fef0630c4ac07160c6e903 Reviewed-on: https://chromium-review.googlesource.com/525672Reviewed-by:Miguel Casas <mcasas@chromium.org> Reviewed-by:
Ken Rockot <rockot@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Commit-Queue: Chandan Padhi <c.padhi@samsung.com> Cr-Commit-Position: refs/heads/master@{#517304}
Showing
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment