commit | 32fd067721e1865b342be505bf1e40c79820e4be | [log] [tgz] |
---|---|---|
author | Yan <shaobo.yan@intel.com> | Thu Jun 10 00:46:54 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 10 00:46:54 2021 |
tree | 14ef550b1bbcb86a07d73355082185737041fa2d | |
parent | 8604da1584b3c39313e320fe12bf13bc4b99994a [diff] |
CopyExternalImageToTexture(): Fix bugs for 2d Canvas uploading path These bugs are caught by TFJS test cases. The CL fix: - Missing canvas to CanvasSourceImage in GetImageFromExternalImage - Wrong DCHECK in HTMLCanvasElement GetSourceImageForCanvas BUG=1197369 Change-Id: I0aaeb23f0ae5437d38f41ec39f56931b757b02bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2949287 Reviewed-by: Kai Ninomiya <kainino@chromium.org> Reviewed-by: Justin Novosad <junov@chromium.org> Commit-Queue: Shaobo Yan <shaobo.yan@intel.com> Cr-Commit-Position: refs/heads/master@{#891044}
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.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.