[Webkit-unassigned] [Bug 111401] New: [EFL][WK2] WebView::didRenderFrame() does not need to schedule update display.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 4 20:28:29 PST 2013


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

           Summary: [EFL][WK2] WebView::didRenderFrame() does not need to
                    schedule update display.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: luxtella at company100.net
                CC: demarchi at webkit.org


PageClient::didRenderFrame() is called to notify time to draw, so didRenderFrame()
is not related to scheduling update display. QtPageClient::didRenderFrame() does
not schedule update display also. So this patch makes WebView::didRenderFrame()
not schedule update display.

On the other hands, PageClient::setViewNeedsDisplay() requires scheduling update
display to draw contents next time, so WebView::setViewNeedsDisplay() must
schedule update display.

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