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

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

Issue 1265703005: Implement the texture uploading of ASTC compression for WebGL(part II) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add braces. Created 5 years, 4 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/modules.gypi ('k') | Source/modules/webgl/WebGL2RenderingContext.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webgl/WebGL2RenderingContext.h
diff --git a/Source/modules/webgl/WebGL2RenderingContext.h b/Source/modules/webgl/WebGL2RenderingContext.h
index 826e39204645f5917363bdbc6829288a80ebe1d2..7922359897bd480482c7a8e816f4fa954495fddd 100644
--- a/Source/modules/webgl/WebGL2RenderingContext.h
+++ b/Source/modules/webgl/WebGL2RenderingContext.h
@@ -41,6 +41,7 @@ protected:
PersistentWillBeMember<CHROMIUMSubscribeUniform> m_chromiumSubscribeUniform;
PersistentWillBeMember<EXTTextureFilterAnisotropic> m_extTextureFilterAnisotropic;
PersistentWillBeMember<OESTextureFloatLinear> m_oesTextureFloatLinear;
+ PersistentWillBeMember<WebGLCompressedTextureASTC> m_webglCompressedTextureASTC;
PersistentWillBeMember<WebGLCompressedTextureATC> m_webglCompressedTextureATC;
PersistentWillBeMember<WebGLCompressedTextureETC1> m_webglCompressedTextureETC1;
PersistentWillBeMember<WebGLCompressedTexturePVRTC> m_webglCompressedTexturePVRTC;
« no previous file with comments | « Source/modules/modules.gypi ('k') | Source/modules/webgl/WebGL2RenderingContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698