Title: [137970] trunk/Source/Platform
- Revision
- 137970
- Author
- [email protected]
- Date
- 2012-12-17 19:30:27 -0800 (Mon, 17 Dec 2012)
Log Message
[chromium] Add the GL_CHROMIUM_lose_context to WebGraphicsContext3D
https://bugs.webkit.org/show_bug.cgi?id=105238
Reviewed by James Robinson.
* chromium/public/WebGraphicsContext3D.h:
(WebGraphicsContext3D):
(WebKit::WebGraphicsContext3D::loseContext):
Modified Paths
Diff
Modified: trunk/Source/Platform/ChangeLog (137969 => 137970)
--- trunk/Source/Platform/ChangeLog 2012-12-18 02:39:54 UTC (rev 137969)
+++ trunk/Source/Platform/ChangeLog 2012-12-18 03:30:27 UTC (rev 137970)
@@ -1,3 +1,14 @@
+2012-12-17 Dana Jansens <[email protected]>
+
+ [chromium] Add the GL_CHROMIUM_lose_context to WebGraphicsContext3D
+ https://bugs.webkit.org/show_bug.cgi?id=105238
+
+ Reviewed by James Robinson.
+
+ * chromium/public/WebGraphicsContext3D.h:
+ (WebGraphicsContext3D):
+ (WebKit::WebGraphicsContext3D::loseContext):
+
2012-12-12 Andrey Kosyakov <[email protected]>
[Chromium] Remove support for TRACE_EVENT_IF_LONGER_THANx macros
Modified: trunk/Source/Platform/chromium/public/WebGraphicsContext3D.h (137969 => 137970)
--- trunk/Source/Platform/chromium/public/WebGraphicsContext3D.h 2012-12-18 02:39:54 UTC (rev 137969)
+++ trunk/Source/Platform/chromium/public/WebGraphicsContext3D.h 2012-12-18 03:30:27 UTC (rev 137970)
@@ -240,6 +240,9 @@
// Destroys the stream for the given texture.
virtual void destroyStreamTextureCHROMIUM(WebGLId texture) { }
+ // GL_CHROMIUM_lose_context
+ virtual void loseContextCHROMIUM(WGC3Denum current, WGC3Denum other) { }
+
// The entry points below map directly to the OpenGL ES 2.0 API.
// See: http://www.khronos.org/registry/gles/
// and: http://www.khronos.org/opengles/sdk/docs/man/
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes