DescriptionCompositor Animations: Do not create compositor animation timeline for remote frames
We create ScrollingCoordinator for pages with non-local frames, but it's noop in functionality because of guards:
if (!m_page->mainFrame()->isLocalFrame())
return;
Let's align the behavior with the rest of ScrollingCoordinator code. Otherwise it crashes browser tests.
BUG=394777
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=201945
Patch Set 1 #
Messages
Total messages: 6 (2 generated)
|