[Webkit-unassigned] [Bug 104852] New: GraphicsLayer::supportsBackgroundColorContent() should include Apple Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 12 15:05:35 PST 2012


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

           Summary: GraphicsLayer::supportsBackgroundColorContent() should
                    include Apple Windows
           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: simon.fraser at apple.com
                CC: noam at webkit.org, roger_fong at apple.com


static bool supportsBackgroundColorContent()
    {
#if PLATFORM(MAC) || USE(TEXTURE_MAPPER)
        return true;
#else
        return false;
#endif
    }

We want this on for Apple windows too.

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