commit | fcb059b8ec8cc60de1eb70d266b86774d03f4e71 | [log] [tgz] |
---|---|---|
author | Patrick Noland <pnoland@google.com> | Fri Jan 24 23:24:40 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jan 24 23:24:40 2025 |
tree | 764cf0599070e804e0624d566e14c917a5b653c1 | |
parent | 5b609b141d1515ffbfed5bf26b356990458ae952 [diff] |
[Anchor] Call onSizeChanged when adding a scene layer There is not a guarantee this will be called if a scene layer isn't present at init time, leaving it in a bad state wrt viewport size. This can cause, e.g. the toolbar scene layer to show in the wrong spot after startup before a subsequent size change event fires. Bug: None Change-Id: I3b2b049b12069dab2dad9fae9f53a457ef7e626b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6198818 Reviewed-by: Matthew Jones <mdjones@chromium.org> Commit-Queue: Patrick Noland <pnoland@chromium.org> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#1411198}
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.