commit | b282e102e474b4f53610b958e16053ee948699c5 | [log] [tgz] |
---|---|---|
author | Colin Blundell <blundell@chromium.org> | Tue Aug 27 14:51:15 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 27 14:51:15 2024 |
tree | 6cd19d951d6f5afe9ad5be147bd9da4844dbae11 | |
parent | b2ec789de1a6bf8a6533b989d7e75c70bcc9631a [diff] |
[Canvas] Eliminate unnecessary check of Host() in OffscreenCanvas OffscreenCanvasRenderingContext2D::FinalizeFrame() calls GetOrCreateContextProvider() and short-circuits out if it returns null. It then checks whether Host() is null. The latter is unnecessary as GetOrCreateContextProvider() will return null if Host() is null [1]. [1] https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/modules/canvas/offscreencanvas2d/offscreen_canvas_rendering_context_2d.cc;l=170-174;drc=82dff63dbf9db05e9274e11d9128af7b9f51ceaa Bug: 348445884 Change-Id: I4e9228f88a74368c2d855190d269984eda388b8d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5816551 Reviewed-by: Jean-Philippe Gravel <jpgravel@chromium.org> Commit-Queue: Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/main@{#1347362}
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.