DescriptionSchedule a BeginFrame when we stop deferring commits.
We do not scheduleVisualUpdate for setNeedsStyleRecalc when we have
pending stylesheets. If we setNeedsStyleRecalc while loading a stylesheet,
we won't necessarily trigger a BeginFrame when the stylesheet finishes
loading because subsequent setNeedsStyleRecalc call won't trigger those
either if the ascendants are already marked with childNeedsStyleRecalc
because we assume the visual update is already scheduled.
Schedule a BeginFrame from resumeTreeViewCommits to make sure deferred
visual updates are triggered.
BUG=384934
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=201933
Patch Set 1 #Patch Set 2 : Typo fix #Patch Set 3 : Trigger BeginFrame from resumeTreeViewCommits #
Messages
Total messages: 7 (1 generated)
|