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.
Make cc::Layer's scroll offset for layer tree mode only
cc::Layer's scroll offset should just for layer tree mode as the input of cc::PropertyTreeBuilder. In layer list mode, blink generates all paint properties, and cc should use the paint properties instead of the layer properties. (TBR for a trivial change under compositor/ui/layer.cc due to rename of cc::Layer::paint_offset) TBR=wangxianzhu@chromium.org Change-Id: I5865e4a98f0c4c6957ed117b9de189fd7bd84a00 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2020554 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by: Philip Rogers <pdr@chromium.org> Reviewed-by: David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/master@{#737560}
- Loading branch information
1 parent
42ca349
commit bfad4b4
Showing
42 changed files
with
868 additions
and
1,053 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
Oops, something went wrong.