[Webkit-unassigned] [Bug 127347] Delay initial layer flush during loading on all platforms

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 21 08:20:38 PST 2014


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


Andreas Kling <akling at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #221743|review?                     |review+
               Flag|                            |




--- Comment #2 from Andreas Kling <akling at apple.com>  2014-01-21 08:18:09 PST ---
(From update of attachment 221743)
View in context: https://bugs.webkit.org/attachment.cgi?id=221743&action=review

Well that looked easy.
r=me

> Source/WebCore/rendering/RenderLayerCompositor.cpp:253
> -    , m_layerFlushThrottlingEnabled(false)
> +    , m_layerFlushThrottlingEnabled(page() && page()->progress().isMainLoadProgressing())

I wonder why page() returns a pointer, and not a reference.

-- 
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