[Webkit-unassigned] [Bug 155747] New: Use Region instead of IntRect in PageClient and WebPageProxy setViewNeedsDisplay method

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 22 06:38:59 PDT 2016


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

            Bug ID: 155747
           Summary: Use Region instead of IntRect in PageClient and
                    WebPageProxy setViewNeedsDisplay method
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Keywords: Gtk
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: cgarcia at igalia.com
                CC: andersca at apple.com, bugs-noreply at webkitgtk.org,
                    darin at apple.com

This way instead of calling setViewNeedsDisplay() for every rectangle in the damage area, we can build a region and call setViewNeedsDisplay() once. GTK+ has API to queue a redraw for a given region, so we also avoid scheduling multiple redraws in GTK+ port.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160322/bdc3edf5/attachment.html>


More information about the webkit-unassigned mailing list