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

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

Issue 1300573002: WebGL 2: add readPixels API to read pixels into pixel pack buffer (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
Index: Source/modules/webgl/WebGL2RenderingContextBase.h
diff --git a/Source/modules/webgl/WebGL2RenderingContextBase.h b/Source/modules/webgl/WebGL2RenderingContextBase.h
index 3922021b672bc23aae7d112b6b32b4b484e0724f..00c6a3d70650cfbbc8d74fb9a829b3dd96add820 100644
--- a/Source/modules/webgl/WebGL2RenderingContextBase.h
+++ b/Source/modules/webgl/WebGL2RenderingContextBase.h
@@ -215,7 +215,6 @@ protected:
PersistentWillBeMember<WebGLBuffer> m_boundCopyReadBuffer;
PersistentWillBeMember<WebGLBuffer> m_boundCopyWriteBuffer;
- PersistentWillBeMember<WebGLBuffer> m_boundPixelPackBuffer;
PersistentWillBeMember<WebGLBuffer> m_boundPixelUnpackBuffer;
PersistentWillBeMember<WebGLBuffer> m_boundTransformFeedbackBuffer;
PersistentWillBeMember<WebGLBuffer> m_boundUniformBuffer;
« no previous file with comments | « no previous file | Source/modules/webgl/WebGL2RenderingContextBase.cpp » ('j') | Source/modules/webgl/WebGLRenderingContextBase.idl » ('J')

Powered by Google App Engine
This is Rietveld 408576698