You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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.
[email protected]
(cherry picked from commit 41d634c)
Bug: 913464,925855
Change-Id: I3438562f4671dce5224f8180616e2fe2af2f6cae
Reviewed-on: https://chromium-review.googlesource.com/c/1436493
Commit-Queue: Xianzhu Wang <[email protected]>
Reviewed-by: vmpstr <[email protected]>
Reviewed-by: Antoine Labour <[email protected]>
Cr-Original-Commit-Position: refs/heads/master@{#626745}
Reviewed-on: https://chromium-review.googlesource.com/c/1444392
Reviewed-by: Xianzhu Wang <[email protected]>
Cr-Commit-Position: refs/branch-heads/3683@{#52}
Cr-Branched-From: e510299-refs/heads/master@{#625896}
0 commit comments