Chromium Code Reviews
DescriptionMake SkyShell stop crashing on scroll in Stocks2.
This is just another hack on top of the hack that is LayoutRoot.
We will want to untangle Document ownership further as we
iterate on LayoutRoot. For now LayoutRoot is both very
inefficient (allocates a new Frame for each one!) as well
as crashy like this (by not actually owning the document
but rather grabbing it off the "rootElement" assigned to it).
This at least fixes this common crasher for now.
https://github.com/domokit/mojo/issues/206
R=abarth@chromium.org
Committed: https://chromium.googlesource.com/external/mojo/+/278f37a8fd5e3a58a220620f339722806a50871f
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|
|||||||||||||||||||