commit | 8bcc3b52806612784b034560bfff2c8bd8576a7a | [log] [tgz] |
---|---|---|
author | Henrique Ferreiro <hferreiro@igalia.com> | Thu Apr 22 10:13:51 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 22 10:13:51 2021 |
tree | ab19ea82f6d2045e8eb20589963545f8ebe21ccb | |
parent | 79895ecf8f26e77da1b0e6ed0936aad3a70d6c0a [diff] |
Remove unneeded methods from WebCursor This is a follow-up of https://crrev.com/c/2255605. Now that WebCursor::platform_cursor_ was removed, and there isn't any need for explicit ref-counting, the custom copy constructor and assignment operator can be removed. Bug: 1149906 Change-Id: Ib804caf556423238d7228b0a33d9bdba5ddab0d9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2814199 Reviewed-by: Bret Sepulveda <bsep@chromium.org> Commit-Queue: Henrique Ferreiro <hferreiro@igalia.com> Cr-Commit-Position: refs/heads/master@{#875088}
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.