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

Unified Diff: Source/modules/webgl/WebGLRenderingContextBase.h

Issue 1325453007: Added support for EXTDisjointTimerQuery on the Blink side. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: GL_INVALID_ENUM when timer query not enabled for GetParameter, use context3d for deletion Created 5 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
« no previous file with comments | « Source/modules/webgl/WebGLRenderingContext.cpp ('k') | Source/modules/webgl/WebGLRenderingContextBase.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webgl/WebGLRenderingContextBase.h
diff --git a/Source/modules/webgl/WebGLRenderingContextBase.h b/Source/modules/webgl/WebGLRenderingContextBase.h
index 4099a522390d930d37cb6850f59fd0638e19fd55..4732bf473542c2a45dcdf603f322d467e08cc63b 100644
--- a/Source/modules/webgl/WebGLRenderingContextBase.h
+++ b/Source/modules/webgl/WebGLRenderingContextBase.h
@@ -62,6 +62,7 @@ class ANGLEInstancedArrays;
class CHROMIUMSubscribeUniform;
class CHROMIUMValuebuffer;
class EXTBlendMinMax;
+class EXTDisjointTimerQuery;
class EXTFragDepth;
class EXTShaderTextureLOD;
class EXTsRGB;
@@ -432,6 +433,7 @@ public:
bool isWebGL2OrHigher() { return version() >= 2; }
protected:
+ friend class EXTDisjointTimerQuery;
friend class WebGLDrawBuffers;
friend class WebGLFramebuffer;
friend class WebGLObject;
@@ -790,6 +792,7 @@ protected:
ScriptValue getBooleanArrayParameter(ScriptState*, GLenum);
ScriptValue getFloatParameter(ScriptState*, GLenum);
ScriptValue getIntParameter(ScriptState*, GLenum);
+ ScriptValue getInt64Parameter(ScriptState*, GLenum);
ScriptValue getUnsignedIntParameter(ScriptState*, GLenum);
ScriptValue getWebGLFloatArrayParameter(ScriptState*, GLenum);
ScriptValue getWebGLIntArrayParameter(ScriptState*, GLenum);
« no previous file with comments | « Source/modules/webgl/WebGLRenderingContext.cpp ('k') | Source/modules/webgl/WebGLRenderingContextBase.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698