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

Unified Diff: media/gpu/avda_picture_buffer_manager.cc

Issue 2697643003: media: Clean up MediaCodecBridge and remove subclasses (Closed)
Patch Set: rebase Created 3 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
« no previous file with comments | « media/gpu/avda_picture_buffer_manager.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/gpu/avda_picture_buffer_manager.cc
diff --git a/media/gpu/avda_picture_buffer_manager.cc b/media/gpu/avda_picture_buffer_manager.cc
index eca3872b315fc06f3137cad6458c1ffccd14b45d..0050c534742586a0923c9aa5cfdb95e669272368 100644
--- a/media/gpu/avda_picture_buffer_manager.cc
+++ b/media/gpu/avda_picture_buffer_manager.cc
@@ -269,7 +269,7 @@ void AVDAPictureBufferManager::MaybeRenderEarly() {
AVDACodecImage::UpdateMode::RENDER_TO_BACK_BUFFER);
}
-void AVDAPictureBufferManager::CodecChanged(VideoCodecBridge* codec) {
+void AVDAPictureBufferManager::CodecChanged(MediaCodecBridge* codec) {
media_codec_ = codec;
for (auto& image_kv : codec_images_)
image_kv.second->CodecChanged(codec);
« no previous file with comments | « media/gpu/avda_picture_buffer_manager.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698