Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1161)

Unified Diff: Source/core/html/canvas/WebGLRenderingContextBase.idl

Issue 24096029: Moved the majority of WebGL functionality into WebGLRenderingContextBase (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/html/canvas/WebGLRenderingContextBase.idl
diff --git a/Source/core/html/canvas/WebGLRenderingContext.idl b/Source/core/html/canvas/WebGLRenderingContextBase.idl
similarity index 99%
copy from Source/core/html/canvas/WebGLRenderingContext.idl
copy to Source/core/html/canvas/WebGLRenderingContextBase.idl
index a006bae1c532a0fe6d26836b767f324fb6131879..52a77c06c4710e837f816b1fc5dd6b66c6efaae1 100644
--- a/Source/core/html/canvas/WebGLRenderingContext.idl
+++ b/Source/core/html/canvas/WebGLRenderingContextBase.idl
@@ -39,8 +39,10 @@ typedef /*unrestricted*/ float GLfloat;
typedef /*unrestricted*/ float GLclampf;
[
- DoNotCheckConstants
-] interface WebGLRenderingContext : CanvasRenderingContext {
+ DoNotCheckConstants,
+ NoInterfaceObject,
+ CustomToV8
+] interface WebGLRenderingContextBase : CanvasRenderingContext {
/* ClearBufferMask */
const GLenum DEPTH_BUFFER_BIT = 0x00000100;

Powered by Google App Engine
This is Rietveld 408576698