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

Unified Diff: third_party/WebKit/public/platform/WebMediaPlayer.h

Issue 2767063002: 16-bit video upload to float: intermediate R16_EXT and copy to float. (Closed)
Patch Set: Nit. Created 3 years, 8 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: third_party/WebKit/public/platform/WebMediaPlayer.h
diff --git a/third_party/WebKit/public/platform/WebMediaPlayer.h b/third_party/WebKit/public/platform/WebMediaPlayer.h
index 4f17e2e0172cee478408227f14c4209c80e7557d..581d3b4a2a1e07ba5280fab131f77090a0786030 100644
--- a/third_party/WebKit/public/platform/WebMediaPlayer.h
+++ b/third_party/WebKit/public/platform/WebMediaPlayer.h
@@ -221,13 +221,14 @@ class WebMediaPlayer {
// The method is wrapping calls to glTexImage2D, glTexSubImage2D,
// glTexImage3D and glTexSubImage3D and parameters have the same name and
// meaning.
- // Texture needs to be created and bound to active texture unit before this
- // call. In addition, TexSubImage2D and TexSubImage3D require that previous
- // TexImage2D and TexSubImage3D calls, respectivelly, defined the texture
- // content.
+ // Texture |texture| needs to be created and bound to active texture unit
+ // before this call. In addition, TexSubImage2D and TexSubImage3D require that
+ // previous TexImage2D and TexSubImage3D calls, respectively, defined the
+ // texture content.
virtual bool TexImageImpl(TexImageFunctionID function_id,
unsigned target,
gpu::gles2::GLES2Interface* gl,
+ unsigned texture,
int level,
int internalformat,
unsigned format,
« no previous file with comments | « third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp ('k') | third_party/khronos/EGL/egl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698