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

Unified Diff: content/common/gpu/media/android_video_decode_accelerator.cc

Issue 864513004: gpu: introduce glCopySubTextureCHROMIUM (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove level altogether Created 5 years, 10 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/android_video_decode_accelerator.cc
diff --git a/content/common/gpu/media/android_video_decode_accelerator.cc b/content/common/gpu/media/android_video_decode_accelerator.cc
index f0929bbc3051a00138769f99604053b2799f0deb..eb01d27f6740382f02ad8ba1be4e1f4f4d55d2bd 100644
--- a/content/common/gpu/media/android_video_decode_accelerator.cc
+++ b/content/common/gpu/media/android_video_decode_accelerator.cc
@@ -364,7 +364,6 @@ void AndroidVideoDecodeAccelerator::SendCurrentSurfaceToClient(
GL_TEXTURE_EXTERNAL_OES,
surface_texture_id_,
picture_buffer_texture_id,
- 0,
size_.width(),
size_.height(),
false,

Powered by Google App Engine
This is Rietveld 408576698