commit | cb9fe5847e399abae7157c991b16411f1c8f01cb | [log] [tgz] |
---|---|---|
author | Dave Tapuska <dtapuska@chromium.org> | Wed Jan 11 22:32:03 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 11 22:32:03 2023 |
tree | 2aeb4f80a588d0904c5c809978c9a7c996977f13 | |
parent | 12ed00cf5541de1190cf3751c17dd163890ea7ed [diff] |
[printing] Fix crash printing selection. When selection printing occurs a WebView is created that doesn't composite so accessing a LayerTreeHost is invalid. Change the type of the provided value to CreateMediaPlayer to be a ptr as opposed to a reference so it can be optional. Bug: 1403568 Change-Id: Ib92a8342618debe7fd5192c732b0edf36008b019 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4157352 Reviewed-by: Jeremy Roman <jbroman@chromium.org> Reviewed-by: Stefan Zager <szager@chromium.org> Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/main@{#1091511}
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.