[Webkit-unassigned] [Bug 100879] New: ScrollingStateNode::cloneAndResetNode() should not be virtual

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 31 12:40:24 PDT 2012


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

           Summary: ScrollingStateNode::cloneAndResetNode() should not be
                    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: bdakin at apple.com


ScrollingStateNode::cloneAndResetNode() is currently pure virtual, and its implementation is in ScrollingStateScrollingNode. However, all of the work that it does at this time is stuff that a generic ScrollingStateNode could do. We should move this implementation to the base class so that it does not need to be duplicated for future node types.

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