DescriptionAdd support for (de)serializing HeadsUpDisplayLayer
They LayerTreeHost has a HUD-layer as a member, and as part of the
CL for adding support for (de)serializing the LayerTreeHost,
the test code incorrectly creates a cc:Layer instead
of a cc:HeadsUpDisplayLayer, and this is not checked.
The Linux CFI bot luckily caught this error, so this CL fixes
the error by adding support for the layer type.
The HUD layer has no special members, but do have some special logic
for drawing, so only the type needed to be serialized.
BUG=577972
CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
Committed: https://crrev.com/7e179407a1a73a3c03be9dfc7f34f066a1edd3b0
Cr-Commit-Position: refs/heads/master@{#369916}
Patch Set 1 #
Total comments: 2
Patch Set 2 : fix naming nit #
Messages
Total messages: 15 (7 generated)
|