[Webkit-unassigned] [Bug 86504] [Chromium] Expose WebView to graphics context creation.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 15 12:39:40 PDT 2012


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


James Robinson <jamesr at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #142014|review?                     |review-
               Flag|                            |




--- Comment #6 from James Robinson <jamesr at chromium.org>  2012-05-15 12:38:44 PST ---
(From update of attachment 142014)
View in context: https://bugs.webkit.org/attachment.cgi?id=142014&action=review

> Source/WebKit/chromium/public/platform/WebKitPlatformSupport.h:161
> +    virtual WebGraphicsContext3D* createOffscreenGraphicsContext3D(const WebGraphicsContext3D::Attributes&, WebView*) { return 0; };

offscreen contexts are not associated with any WebView, so this is wrong.

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