commit | f309136bf3440e5a55b5ea3bc566db9eacd588d5 | [log] [tgz] |
---|---|---|
author | Peter Boström <pbos@chromium.org> | Wed May 05 17:17:57 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 05 17:17:57 2021 |
tree | 10e4feb5812792fc7c984ff4ad4cd07c0cf3bbfa | |
parent | f3e1c45833acc11393fa039f327891a629a83d92 [diff] |
De-virtualize {Add,Remove}InkDropLayer() Makes callback equivalents for the few remaining overrides and a note to avoid using them for new implementations. This further moves configuration of InkDropHostView out of the View hierarchy, which is a prerequisite for externalizing InkDropHostView and removing it from the View hierarchy. Bug: 931964, 1204653 Change-Id: I38e52164533ca6efb60dab2cf95c858204161b54 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2868014 Reviewed-by: Allen Bauer <kylixrd@chromium.org> Commit-Queue: Peter Boström <pbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#879426}
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.