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

Unified Diff: media/renderers/skcanvas_video_renderer.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 | « media/blink/webmediaplayer_impl.cc ('k') | media/renderers/skcanvas_video_renderer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/renderers/skcanvas_video_renderer.h
diff --git a/media/renderers/skcanvas_video_renderer.h b/media/renderers/skcanvas_video_renderer.h
index ae76c1d4664f357cd3c1ef08b61369941d14d332..a643778ac4b521f1862c5ebf34cd17b8dbb3b2c1 100644
--- a/media/renderers/skcanvas_video_renderer.h
+++ b/media/renderers/skcanvas_video_renderer.h
@@ -83,10 +83,12 @@ class MEDIA_EXPORT SkCanvasVideoRenderer {
gpu::gles2::GLES2Interface* gl,
VideoFrame* video_frame,
SingleFrameCopyMode copy_mode,
+ unsigned int target,
unsigned int texture,
unsigned int internal_format,
unsigned int format,
unsigned int type,
+ int level,
bool premultiply_alpha,
bool flip_y);
@@ -100,10 +102,12 @@ class MEDIA_EXPORT SkCanvasVideoRenderer {
const Context3D& context_3d,
gpu::gles2::GLES2Interface* destination_gl,
const scoped_refptr<VideoFrame>& video_frame,
+ unsigned int target,
unsigned int texture,
unsigned int internal_format,
unsigned int format,
unsigned int type,
+ int level,
bool premultiply_alpha,
bool flip_y);
« no previous file with comments | « media/blink/webmediaplayer_impl.cc ('k') | media/renderers/skcanvas_video_renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698