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

Unified Diff: Source/modules/webgl/WebGLRenderingContext.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/webgl/WebGLExtensionName.h ('k') | Source/modules/webgl/WebGLRenderingContext.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webgl/WebGLRenderingContext.h
diff --git a/Source/modules/webgl/WebGLRenderingContext.h b/Source/modules/webgl/WebGLRenderingContext.h
index bf7f0be5adbbb497caf318bac882249bbf5df1cd..d4523429a10c9e45efb133bfe12783527b151d58 100644
--- a/Source/modules/webgl/WebGLRenderingContext.h
+++ b/Source/modules/webgl/WebGLRenderingContext.h
@@ -79,6 +79,7 @@ private:
PersistentWillBeMember<WebGLDebugRendererInfo> m_webglDebugRendererInfo;
PersistentWillBeMember<WebGLDebugShaders> m_webglDebugShaders;
PersistentWillBeMember<WebGLDrawBuffers> m_webglDrawBuffers;
+ PersistentWillBeMember<WebGLCompressedTextureASTC> m_webglCompressedTextureASTC;
PersistentWillBeMember<WebGLCompressedTextureATC> m_webglCompressedTextureATC;
PersistentWillBeMember<WebGLCompressedTextureETC1> m_webglCompressedTextureETC1;
PersistentWillBeMember<WebGLCompressedTexturePVRTC> m_webglCompressedTexturePVRTC;
« no previous file with comments | « Source/modules/webgl/WebGLExtensionName.h ('k') | Source/modules/webgl/WebGLRenderingContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698