[Webkit-unassigned] [Bug 76660] New: [Texmap] Divide TextureMapperNode.cpp to 3 files.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 19 13:36:49 PST 2012


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

           Summary: [Texmap] Divide TextureMapperNode.cpp to 3 files.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: Qt
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: noam.rosenthal at nokia.com
            Blocks: 75918


TextureMapperNode.cpp is becoming too complex to maintain. Essentially, it can be renamed/divided to 3 parts:
1. painting and tree management, should be called TextureMapperLayer (like ChromiumLayer)
2. animation management, should be called TextureMapperAnimation
3. backing-store/tile management, should be called TextureMapperBackingStore.

There are several fixes pending for each of these parts, it would make it much easier to perform those fixes after the files are divided.

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