commit | 4daa6e9746c43bcc0a921298a6994f72f96e146c | [log] [tgz] |
---|---|---|
author | Adam Ettenberger <Adam.Ettenberger@microsoft.com> | Sat Dec 05 00:25:04 2020 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Dec 05 00:25:04 2020 |
tree | 5bdb493cea044e361bf011a0a5bd47db152a4724 | |
parent | 8144dae3ae2c7fdc3a1e285e313426f398847449 [diff] |
Remove unnecessary include in dom_rect.h third_party/blink/renderer/bindings/core/v8/dictionary.h is included by dom_rect.h, but this seems unnecessary since neither dom_rect.h or dom_rect.cc use blink::Dictionary or other structures defined in that header, so removing the include. Bug: none Change-Id: I9e55447a979e4cc0a16c187c88104c04eabfab29 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2575049 Reviewed-by: Kurt Catti-Schmidt <kschmi@microsoft.com> Reviewed-by: Keishi Hattori <keishi@chromium.org> Commit-Queue: Adam Ettenberger <Adam.Ettenberger@microsoft.com> Cr-Commit-Position: refs/heads/master@{#833941}
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.
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.