[Webkit-unassigned] [Bug 66523] New: [chromium] RenderView should register for WebGraphics3D callbacks
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 18 19:58:09 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=66523
Summary: [chromium] RenderView should register for
WebGraphics3D callbacks
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: New Bugs
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: husky at google.com
WebGraphics3DCommandBufferImpl has a WebView member variable. On certain events (context lost, swapBuffers started and finished) it extracts a RenderView from the WebView and calls methods on it. We'd like to get rid of that WebView. Instead, RenderView should register for callbacks with the WebGraphicsContext3D -- the hooks for this mostly exist already.
--
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