commit | 6038cd326a7c7f5fb937b72ff7669a78b9611a96 | [log] [tgz] |
---|---|---|
author | Mitsuru Oshima <oshima@chromium.org> | Tue Jun 14 18:41:12 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 14 18:41:12 2022 |
tree | 38b6b0b3741cf1b78b82f379bc0c3d66827ef4c3 | |
parent | b5e91fe6755d49d5ef7d71ad43959a8aab55a107 [diff] |
Only notify when size acutally changed in OnHostResizedInPixels This method is called also when the scale factor MAY change and may not results in the actual size change. In that case, we should not call the observer which may close auto fill window. This CL intentionally still try to update the compositor to minimize the risk of merging back to m104. Bug: 1329481 Test: covered by unittest. Change-Id: I851e59b6178e46e1d4a4e7117c340f38190cc6ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3704961 Reviewed-by: Scott Violet <sky@chromium.org> Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/main@{#1014083}
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.