commit | f440137cd96a18f64b9931e8f369670197204d55 | [log] [tgz] |
---|---|---|
author | Stephen Chenney <[email protected]> | Wed Oct 14 02:52:47 2020 |
committer | Commit Bot <[email protected]> | Wed Oct 14 02:52:47 2020 |
tree | e3ee7ffd2be80eae27c7f6b3698d64c47976a97e | |
parent | d6f352f973ea687eedd2971b61aad525d5b117a8 [diff] |
[Image-Orientation] Implement WebGL image-orientation M-86 merge. When creating textures for WebGL, always orient images with EXIF orientation data. This change also corrects the transposed size reported by ImageBitmap. And it removes superfluous arguments from CopyImageData. (cherry picked from commit f373458c504c2d115c42f31b29ff5c19674acbbc) Bug: 1100470, 1125337 Change-Id: I79aa798327a3582939aa574723926b3325c80e7c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2459400 Reviewed-by: Kenneth Russell <[email protected]> Commit-Queue: Stephen Chenney <[email protected]> Cr-Original-Commit-Position: refs/heads/master@{#815359} Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2469776 Reviewed-by: Stephen Chenney <[email protected]> Cr-Commit-Position: refs/branch-heads/4240@{#1237} Cr-Branched-From: f297677702651916bbf65e59c0d4bbd4ce57d1ee-refs/heads/master@{#800218}
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.
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.