[Webkit-unassigned] [Bug 102694] New: [Skia] Encapsulate access to PlatformContextSkia's SkCanvas

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 19 08:33:28 PST 2012


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

           Summary: [Skia] Encapsulate access to PlatformContextSkia's
                    SkCanvas
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: fmalita at chromium.org
                CC: reed at google.com, senorblanco at chromium.org,
                    junov at google.com, pdr at google.com,
                    schenney at chromium.org
            Blocks: 102272


PlatformContextSkia's underlying SkCanvas is accessible via canvas() and there are 90+ call sites that use it directly.

This bug focuses on refactoring and adding the SkCanvas wrapper methods necessary to reduce the number of direct canvas users to a manageable level, in order to facilitate https://bugs.webkit.org/show_bug.cgi?id=102272.

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