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

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

Issue 1325453007: Added support for EXTDisjointTimerQuery on the Blink side. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Switch to use HeapHashMap instead 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
Index: Source/modules/webgl/WebGLRenderingContext.h
diff --git a/Source/modules/webgl/WebGLRenderingContext.h b/Source/modules/webgl/WebGLRenderingContext.h
index d4523429a10c9e45efb133bfe12783527b151d58..8a9b164bae1e62c787ecbf41e5451f303b043a98 100644
--- a/Source/modules/webgl/WebGLRenderingContext.h
+++ b/Source/modules/webgl/WebGLRenderingContext.h
@@ -64,6 +64,7 @@ private:
PersistentWillBeMember<ANGLEInstancedArrays> m_angleInstancedArrays;
PersistentWillBeMember<CHROMIUMSubscribeUniform> m_chromiumSubscribeUniform;
PersistentWillBeMember<EXTBlendMinMax> m_extBlendMinMax;
+ PersistentWillBeMember<EXTDisjointTimerQuery> m_extDisjointTimerQuery;
PersistentWillBeMember<EXTFragDepth> m_extFragDepth;
PersistentWillBeMember<EXTShaderTextureLOD> m_extShaderTextureLOD;
PersistentWillBeMember<EXTsRGB> m_extsRGB;

Powered by Google App Engine
This is Rietveld 408576698