[Webkit-unassigned] [Bug 46219] [chromium] invalidateRootLayerRect needs to schedule compositor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 21 16:18:06 PDT 2010


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





--- Comment #2 from James Robinson <jamesr at chromium.org>  2010-09-21 16:18:06 PST ---
Why do we need this?  LayerChromium::setNeedsDisplay() should call setNeedsCommit() which should call notifySyncRequired() which do the same thing.  In fact there's this comment in setNeedsCommit():

    // Call notifySyncRequired(), which in this implementation plumbs through to
    // call setRootLayerNeedsDisplay() on the WebView, which will cause LayerRendererChromium
    // to render a frame.

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