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

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

Issue 68713007: Revert 235128 "Remove GSC usage from ExynosVideoDecodeAccelerator." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1710/src/
Patch Set: 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
===================================================================
--- content/common/gpu/media/rendering_helper.h (revision 235426)
+++ content/common/gpu/media/rendering_helper.h (working copy)
@@ -69,8 +69,8 @@
uint32* texture_id,
base::WaitableEvent* done);
- // Render |texture_id| to the screen using target |texture_target|.
- void RenderTexture(uint32 texture_target, uint32 texture_id);
+ // Render |texture_id| to the screen.
+ void RenderTexture(uint32 texture_id);
// Delete |texture_id|.
void DeleteTexture(uint32 texture_id);
« no previous file with comments | « content/common/gpu/media/exynos_video_decode_accelerator.cc ('k') | content/common/gpu/media/rendering_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698