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

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

Issue 1910063005: Store AVDACodecImage list in shared state, cleanup callers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix comment. Created 4 years, 8 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_copying_backing_strategy.cc
diff --git a/content/common/gpu/media/android_copying_backing_strategy.cc b/content/common/gpu/media/android_copying_backing_strategy.cc
index b5216154829559901301d8d3bc9fe32d7c575e8c..53faeef96ffc522a7f1bba8e0c96dda3afc44a84 100644
--- a/content/common/gpu/media/android_copying_backing_strategy.cc
+++ b/content/common/gpu/media/android_copying_backing_strategy.cc
@@ -144,8 +144,7 @@ void AndroidCopyingBackingStrategy::UseCodecBufferForPictureBuffer(
}
void AndroidCopyingBackingStrategy::CodecChanged(
- media::VideoCodecBridge* codec,
- const AndroidVideoDecodeAccelerator::OutputBufferMap&) {
+ media::VideoCodecBridge* codec) {
media_codec_ = codec;
}

Powered by Google App Engine
This is Rietveld 408576698