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

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

Issue 2437233002: Implement EXT_disjoint_timer_query_webgl2 (Closed)
Patch Set: fix logic again Created 4 years, 2 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 | « third_party/WebKit/Source/modules/webgl/WebGLExtensionName.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h
index d7d4b25195cc2d74214509afa41e89bc77fc37a2..1881bd5ca126733a17b9b6a116083609ebaf70de 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h
+++ b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h
@@ -68,6 +68,7 @@ namespace blink {
class ANGLEInstancedArrays;
class EXTBlendMinMax;
class EXTDisjointTimerQuery;
+class EXTDisjointTimerQueryWebGL2;
class EXTFragDepth;
class EXTShaderTextureLOD;
class EXTsRGB;
@@ -607,6 +608,7 @@ class MODULES_EXPORT WebGLRenderingContextBase : public CanvasRenderingContext {
protected:
friend class EXTDisjointTimerQuery;
+ friend class EXTDisjointTimerQueryWebGL2;
friend class WebGLDrawBuffers;
friend class WebGLFramebuffer;
friend class WebGLObject;
« no previous file with comments | « third_party/WebKit/Source/modules/webgl/WebGLExtensionName.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698