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

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: Fixed typo in gypi, was only causing issues on Windows (?!?) Created 6 years, 10 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
« no previous file with comments | « Source/core/html/canvas/WebGLRenderingContextBase.cpp ('k') | Source/core/html/canvas/WebGLShader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ef8746e290f41f7cb7a3ebf1d41a3780c87db2c7..3c5f0b9a15dddd93622cb44eb2c73c231a0c1cfc 100644
--- a/Source/core/html/canvas/WebGLRenderingContext.idl
+++ b/Source/core/html/canvas/WebGLRenderingContextBase.idl
@@ -41,7 +41,8 @@ typedef /*unrestricted*/ float GLclampf;
[
DoNotCheckConstants,
StrictTypeChecking,
-] interface WebGLRenderingContext : CanvasRenderingContext {
+ NoInterfaceObject
arv (Not doing code reviews) 2014/02/27 22:10:01 Why? https://code.google.com/p/chromium/issues/de
+] interface WebGLRenderingContextBase : CanvasRenderingContext {
/* ClearBufferMask */
const GLenum DEPTH_BUFFER_BIT = 0x00000100;
« no previous file with comments | « Source/core/html/canvas/WebGLRenderingContextBase.cpp ('k') | Source/core/html/canvas/WebGLShader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698