Compositor 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 Review URL: https://codereview.chromium.org/1304213003 git-svn-id: svn://svn.chromium.org/blink/trunk@201945 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
Please register or sign in to comment