[Webkit-unassigned] [Bug 66111] New: Make some GraphicsLayer functions pure virtual

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 11 15:51:52 PDT 2011


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

           Summary: Make some GraphicsLayer functions pure virtual
           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: noam.rosenthal at nokia.com
                CC: cmarrin at apple.com


Some of the functions in GraphicsLayer.h are used by many ports, but are overridable (virtual, non-pure). This makes it hard to detect when changes to those functions' signature is made.
See https://bugs.webkit.org/show_bug.cgi?id=66108 for an example.

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