forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Compositor threaded scrollbar scrolling] Mac scrollbars hit testing.
Mac doesn't |use-zoom-for-dsf|. Hence, the ScreenSpaceTransform needs to be scaled down by the device_scale_factor for hit testing to work as intended. Bug: 1003576 Change-Id: I049e5d06d4ed6859e3e5a88b7fb61b46e8175801 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1588948 Reviewed-by: Jonathan Ross <jonross@chromium.org> Reviewed-by: David Bokan <bokan@chromium.org> Commit-Queue: Rahul Arakeri <arakeri@microsoft.com> Cr-Commit-Position: refs/heads/master@{#702546}
- Loading branch information
Rahul Arakeri
authored and
Commit Bot
committed
Oct 3, 2019
1 parent
90c5b31
commit 64953c3
Showing
8 changed files
with
61 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
...ts/virtual/compositor_threaded_scrollbar_scrolling_hidpi_nozoomfordsf/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
This directory is dedicated for testing the "Compositor threaded | ||
scrollbar scrolling" feature with DSF = 2 and use_zoom_for_dsf set | ||
to false. This is done in order to simulate the current setup on Mac |