Bug 41315
Summary: | [chromium] WebGraphicsContext3D should be created by the WebViewClient | ||
---|---|---|---|
Product: | WebKit | Reporter: | Vangelis Kokkevis <vangelis> |
Component: | WebKit Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | kbr |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 |
Vangelis Kokkevis
Since WebGraphicsContext3D is now tied to the WebView containing the WebGL element (such that the GL context created can be shared with the compositor's context), the context creation method should move from WebKitClient to WebViewClient. This will change how GraphicsContext3DInternal gets initialized.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |