30466c9ddba261a6fc78af5c637e7cd255182283

Updates painting classes (PaintAggregator, PaintManager, PaintReadyRect) to use gfx:: geometry types, instead of pp:: geometry types. Also updated OutOfProcessInstance and related code that uses the painting classes. Beyond renaming from the pp:: to the equivalent gfx:: types, some special cases needed to be handled: 1. In some cases, a member function of a pp:: or gfx:: type mutated in place, while the corresponding member function did not. These cases required extra care to find an equivalent replacement. 2. pp::Point was replaced with gfx::Point or gfx::Vector2d, depending on usage. pp::Point does not distinguish between these two cases. In all the remaining cases, the pp:: and gfx:: types behave the same. Bug: 1099020, 1101101 Change-Id: Ia899e57a728b6a517d7739f10f59825ffe75dfdd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2305594 Commit-Queue: K. Moon <kmoon@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org> Reviewed-by: Daniel Hosseinian <dhoss@chromium.org> Cr-Commit-Position: refs/heads/master@{#790570}
…
Chromium
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.
Description
Chromium是一个开源浏览器项目,提供了一种安全、快速、稳定的方法来体验Web。该浏览器可以在多个平台上下载,包括Mac、Windows、Linux和ChromiumOS。项目原始地址: https://chromium.googlesource.com/chromium/src.git
https://www.mobibrw.com/gitea-mirrors/chromium/src.git
Languages
C++
74.4%
Java
8.2%
Objective-C++
4.6%
TypeScript
4%
Python
2.5%
Other
6.1%