[Webkit-unassigned] [Bug 134398] Flush throttling with remote layers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 27 14:39:50 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=134398





--- Comment #8 from Simon Fraser (smfr) <simon.fraser at apple.com>  2014-06-27 14:40:08 PST ---
(From update of attachment 234017)
View in context: https://bugs.webkit.org/attachment.cgi?id=234017&action=review

> Source/WebCore/page/FrameView.cpp:2261
> +    bool mainLoadProgressing = frame().page()->progress().isMainLoadProgressing();
> +
> +    LayerFlushThrottleState::Flags flags = LayerFlushThrottleState::UserIsInteracting | (mainLoadProgressing ? LayerFlushThrottleState::MainLoadProgressing : 0);
> +    if (frame().page()->chrome().client().adjustLayerFlushThrottling(flags))
> +        return;
> +

Would be nice if this could just call updateLayerFlushThrottling(LayerFlushThrottleState::UserIsInteracting) at some point.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list