commit | cc47e2c40de6dce07d350b75de16c380a19c2e5b | [log] [tgz] |
---|---|---|
author | Minju Kim <mkim@igalia.com> | Fri Jan 22 05:31:45 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jan 22 05:31:45 2021 |
tree | 969f118da8412112780733e162b84b85483e8d31 | |
parent | ad6485dae072e46f48d592e3a08d8e6961cd24d3 [diff] |
ozone/wayland: Convert SkPath to DIPs before converted to rectangles SkPath from |PlatformWindowDelegate::GetWindowMaskForWindowShape| needs to be transformed in DIPs by the given |buffer_scale_| before converted to rectangles. TEST: test with --force-device-scale-factor Bug: 1126828 Change-Id: I268e7266ba9131cf8eba481b1c30b93d2f1c3788 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2637098 Reviewed-by: Nick Yamane <nickdiego@igalia.com> Commit-Queue: MINJU KIM <mkim@igalia.com> Cr-Commit-Position: refs/heads/master@{#845961}
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.