commit | a98500c65f6ef0cb162bb01c42bb36550d3968c3 | [log] [tgz] |
---|---|---|
author | Kartar Singh <kartarsingh@google.com> | Fri Jun 07 19:36:49 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 07 19:36:49 2024 |
tree | b86439d317b237a24bda1b153b0c022d50192ba8 | |
parent | 97c9866f6290922ac3a56f0deabcd08be8bba599 [diff] |
Remove fling controller's dependency on //ui/display //ui/display is browser only code and this change removes this dependency from fling controller in common input code, the code will be moved to //components/input in a future CL. We wouldn't like to have this dependency since //components/input is intended to be used by both browser and viz. P.S. Also removing an unused //ui/display header from `render_widget_host_view_input.h`. Bug: b/340182114 Change-Id: Ib454be330a6ba3aac4b3ce9b568f18e77d4b73cd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5604322 Reviewed-by: Stephen Nusko <nuskos@chromium.org> Reviewed-by: Robert Flack <flackr@chromium.org> Commit-Queue: Kartar Singh <kartarsingh@google.com> Cr-Commit-Position: refs/heads/main@{#1312179}
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.