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

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

Issue 2854263006: Remove non-target version of copyVideoTextureToPlatformTexture (Closed)
Patch Set: Created 3 years, 7 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 | « no previous file | content/renderer/media/webmediaplayer_ms.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/webmediaplayer_ms.h
diff --git a/content/renderer/media/webmediaplayer_ms.h b/content/renderer/media/webmediaplayer_ms.h
index d171aea1ac87b26a549d620aa414822c51b01c17..55d8028bd6c22ba0573af9c7d40e7eaadd8ca007 100644
--- a/content/renderer/media/webmediaplayer_ms.h
+++ b/content/renderer/media/webmediaplayer_ms.h
@@ -153,10 +153,12 @@ class CONTENT_EXPORT WebMediaPlayerMS
void OnBecamePersistentVideo(bool value) override;
bool CopyVideoTextureToPlatformTexture(gpu::gles2::GLES2Interface* gl,
+ unsigned target,
unsigned int texture,
unsigned internal_format,
unsigned format,
unsigned type,
+ int level,
bool premultiply_alpha,
bool flip_y) override;
« no previous file with comments | « no previous file | content/renderer/media/webmediaplayer_ms.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698