[Webkit-unassigned] [Bug 41243] [chromium] Add support for WebGL to the accelerated compositor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 28 08:53:51 PDT 2010


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


Darin Fisher (:fishd, Google) <fishd at chromium.org> changed:

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




--- Comment #3 from Darin Fisher (:fishd, Google) <fishd at chromium.org>  2010-06-28 08:53:51 PST ---
(From update of attachment 59841)
WebKit/chromium/public/WebGraphicsContext3D.h:116
 +      virtual unsigned int getPlatformTextureId() = 0;
nit: "unsigned int" -> "unsigned" in webkit style

WebKit/chromium/src/GraphicsContext3D.cpp:363
 +      if (!webContext->initialize(webAttributes, webView)) {
instead of initializing a WebGraphicsContext3D with a WebView, we
should instead ask the WebViewClient to create a WebGraphicsContext3D
for us.  things that you request from a WebKitClient should not be
WebView or WebFrame dependent.

looks fine otherwise.

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