-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BlinkGenPropertyTrees] Fix crash when handling fullscreen pepper layer
RenderWidgetFullscreenPepper manages a cc layer without letting blink know it, so the layer's paint property states are not set, causing crashes. This CL is temporary, by forcing cc::PropertyTreeBuilder to initialize the paint properties of the pepper fullscreen root layer that is not managed by blink. TODO(crbug.com/925855): We should let blink manage the paint properties for all content cc::Layers. Test: https://chromium-review.googlesource.com/c/chromium/src/+/1437182 passes all CQ bots. TBR=wangxianzhu@chromium.org (cherry picked from commit 41d634c) Bug: 913464,925855 Change-Id: I3438562f4671dce5224f8180616e2fe2af2f6cae Reviewed-on: https://chromium-review.googlesource.com/c/1436493 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by: vmpstr <vmpstr@chromium.org> Reviewed-by: Antoine Labour <piman@chromium.org> Cr-Original-Commit-Position: refs/heads/master@{#626745} Reviewed-on: https://chromium-review.googlesource.com/c/1444392 Reviewed-by: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/branch-heads/3683@{#52} Cr-Branched-From: e510299-refs/heads/master@{#625896}
- Loading branch information
1 parent
3a68da0
commit 00b672a
Showing
5 changed files
with
45 additions
and
7 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