commit | b88aea4bcc6cecd3316c1b05db0d3994d638b618 | [log] [tgz] |
---|---|---|
author | Aman Verma <amanvr@google.com> | Mon Nov 13 08:31:45 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Nov 13 08:31:45 2023 |
tree | b13762b3bcab7be09d8c25985d7fc3af7f3d1b28 | |
parent | 431606d2c95d7073d1290fdbf690f6bbaa2926d4 [diff] |
Move content/browser/renderer_host/input/fling_scheduler_base into //content/common/input This refactoring is a part of bigger project to handle input on viz thread (go/input-on-viz). We are moving input related interfaces that RenderWidgetHostImpl uses to //content/common/input. This would provide a single stack in //content/common/input that we quickly enter in either the browser or GPU viz which would allow for relatively clean movement of code. GPU process can link in the same input stack and forward the data to the renderer using the same code. Bug: b/294830079 Change-Id: Ib754d0e4107f9e649f4d629b8e85582812acddda Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4777127 Reviewed-by: Nasko Oskov <nasko@chromium.org> Commit-Queue: Aman Verma <amanvr@google.com> Cr-Commit-Position: refs/heads/main@{#1223517}
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.