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

Unified Diff: content/common/gpu/media/rendering_helper.h

Issue 10392141: Plumb texture target to VideoDecodeAccelerator::Client (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win build Created 8 years, 6 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: content/common/gpu/media/rendering_helper.h
diff --git a/content/common/gpu/media/rendering_helper.h b/content/common/gpu/media/rendering_helper.h
index ff99f654c56ca4e110dab55574ad713898ff598b..a62fb60a2b6204fc9b3a0ee2d786c2bf3043efb2 100644
--- a/content/common/gpu/media/rendering_helper.h
+++ b/content/common/gpu/media/rendering_helper.h
@@ -40,6 +40,7 @@ class RenderingHelper {
// Return a newly-created GLES2 texture id rendering to a specific window, and
// signal |*done|.
virtual void CreateTexture(int window_id,
+ uint32 texture_target,
uint32* texture_id,
base::WaitableEvent* done) = 0;
« no previous file with comments | « content/common/gpu/media/omx_video_decode_accelerator.cc ('k') | content/common/gpu/media/rendering_helper_egl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698