Fix Dawn 2D Canvas.
Dawn doesn't currently report its maximum texture size, which causes Canvas to think the max is zero. So canvas backing store allocation always fails, and we end up with a software canvas. The easiest thing for now is to avoid the maximum size test for Dawn. Bug: 1076141 Change-Id: I73df1aeb9af7ad438889f9e0f7792c870d1b9201 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2199693 Commit-Queue: Stephen White <senorblanco@chromium.org> Reviewed-by:Khushal <khushalsagar@chromium.org> Reviewed-by:
Juanmi Huertas <juanmihd@chromium.org> Cr-Commit-Position: refs/heads/master@{#768808}
Showing
Please register or sign in to comment