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

Unified Diff: content/renderer/media/webmediaplayer_ms.h

Issue 2476693002: WebGL & 16-bit video stream: upload to FLOAT texture. (Closed)
Patch Set: rebase Created 4 years, 1 month 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: content/renderer/media/webmediaplayer_ms.h
diff --git a/content/renderer/media/webmediaplayer_ms.h b/content/renderer/media/webmediaplayer_ms.h
index ba92086059b4a0febb21298d2fe64109e2172b5f..cdf452a102573db371277c5ee434cda2d40800d8 100644
--- a/content/renderer/media/webmediaplayer_ms.h
+++ b/content/renderer/media/webmediaplayer_ms.h
@@ -157,6 +157,19 @@ class CONTENT_EXPORT WebMediaPlayerMS
bool premultiply_alpha,
bool flip_y) override;
+ bool texImageImpl(TexImageFunctionID functionID,
+ unsigned target,
+ gpu::gles2::GLES2Interface* gl,
+ int level,
+ int internalformat,
+ unsigned format,
+ unsigned type,
+ int xoffset,
+ int yoffset,
+ int zoffset,
+ bool flip_y,
+ bool premultiply_alpha) override;
+
private:
friend class WebMediaPlayerMSTest;

Powered by Google App Engine
This is Rietveld 408576698