commit | 0079869d4614e586c6bd33a9bb748bc19748931c | [log] [tgz] |
---|---|---|
author | Ankit Kumar 🌪️ <[email protected]> | Wed Aug 26 22:57:14 2020 |
committer | Commit Bot <[email protected]> | Wed Aug 26 22:57:14 2020 |
tree | 7ece94a767ab2bbd843da3d6b6314bfe1fa89d84 | |
parent | feae489c728998b2da9d84cf5c2440100bf7be7a [diff] |
Migrate pp::Rect to gfx::Rect in DocumentLayout Update DocumentLayout to use gfx::Rect instead of pp::Rect. Update callers to expect gfx::Rect as return value instead of pp::Rect. Bug: 1101101 Change-Id: I6835b99e1355b14b1d27511ba9e8a8bb3910d46a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2371083 Commit-Queue: Lei Zhang <[email protected]> Reviewed-by: Lei Zhang <[email protected]> Reviewed-by: K. Moon <[email protected]> Cr-Commit-Position: refs/heads/master@{#802000}
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.