commit | 5a6785d5aa40d7d332ef016f2007930cb448f91f | [log] [tgz] |
---|---|---|
author | Saifuddin Hitawala <hitawala@chromium.org> | Tue Apr 25 22:23:12 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 25 22:23:12 2023 |
tree | 548788bd3357b62edf40b2959a69f14ecb9d5efc | |
parent | 737d0cdc42ef3be085c46b928da46bd2fe143d2a [diff] |
Graphite: Implement CreateSkImage for SkiaGraphiteRep This change implements CreateSkImage for SkiaGraphiteImageRepresentation and makes it pure virtual in the base class. It uses the SkImage:: MakeGraphiteFromBackendTexture and MakeGraphiteFromYUVABackendTextures apis for creating SkImage using recorder and backend textures. Bug: 1430206 Change-Id: Ic565d2c45dd727bc6a3674f656c49d2b3457989f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4476224 Reviewed-by: Vasiliy Telezhnikov <vasilyt@chromium.org> Reviewed-by: Sunny Sachanandani <sunnyps@chromium.org> Commit-Queue: Saifuddin Hitawala <hitawala@chromium.org> Code-Coverage: Findit <findit-for-me@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#1135586}
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.
If you found a bug, please file it at https://crbug.com/new.