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

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

Issue 23526070: Remove GSC usage from ExynosVideoDecodeAccelerator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@git-svn
Patch Set: 11845b4b crop fix, rebase. Created 7 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/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 aee495adf0bb5e6fb5c00c7c83e228ab0b0a22b7..7890b5332dbdd7ebf9a1fbf2a7d7eabdd637bf35 100644
--- a/content/common/gpu/media/rendering_helper.h
+++ b/content/common/gpu/media/rendering_helper.h
@@ -69,8 +69,8 @@ class RenderingHelper {
uint32* texture_id,
base::WaitableEvent* done);
- // Render |texture_id| to the screen.
- void RenderTexture(uint32 texture_id);
+ // Render |texture_id| to the screen using target |texture_target|.
+ void RenderTexture(uint32 texture_target, uint32 texture_id);
// Delete |texture_id|.
void DeleteTexture(uint32 texture_id);

Powered by Google App Engine
This is Rietveld 408576698