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

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: Created 8 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
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..065c2f134d2d2015bbf464cf74c272d5e971fc11 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,
+ int texture_target,
Ami GONE FROM CHROMIUM 2012/05/23 23:42:33 uint32 to match other GL types
sail 2012/05/29 18:58:09 Done.
uint32* texture_id,
base::WaitableEvent* done) = 0;

Powered by Google App Engine
This is Rietveld 408576698