[Webkit-unassigned] [Bug 117384] New: [CoordinatedGraphics] Typo in argument decoder for CoordinatedGraphicsState

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 9 12:05:35 PDT 2013


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

           Summary: [CoordinatedGraphics] Typo in argument decoder for
                    CoordinatedGraphicsState
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ralpht+bugs at gmail.com
                CC: noam at webkit.org, dongseong.hwang at intel.com


I noticed that CoordinatedGraphicsArgumentCoders.cpp:1187 is wrong for CSS shaders, it currently reads:

    if (!decoder.decode(state.updateAtlasesToRemove))
        return false;

But it should say:

    if (!decoder.decode(state.customFiltersToRemove))
        return false;

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