[Webkit-unassigned] [Bug 41029] New: Pass a pointer to the containing Page when creating GraphicsContext3D

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 22 19:23:29 PDT 2010


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

           Summary: Pass a pointer to the containing Page when creating
                    GraphicsContext3D
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: vangelis at chromium.org


This is necessary in Chromium for hooking up the WebGL backbuffer with the layer compositor that renders the page. GraphicsContext3D::create() already gets a pointer to the HostWindow that's only used in Qt for similar purposes. Unfortunately that pointer doesn't really help in Chromium where views aren't identified by their platform window.

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