[Webkit-unassigned] [Bug 24685] New: Use Skia integer primitives for drawing Chromium Linux scrollbars

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 18 16:54:01 PDT 2009


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

           Summary: Use Skia integer primitives for drawing Chromium Linux
                    scrollbars
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: agl at chromium.org


The Skia drawLine function takes subpixel values and attempts to draw
a line with subpixel precision. This is complex and slow for drawing
scrollbars which use only vertical and horizontal lines.

This changes the Chromium Linux scrollbar code to use drawIRect.

Layout test changes will be in the Chromium tree.


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



More information about the webkit-unassigned mailing list