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

Unified Diff: media/gpu/avda_codec_image.cc

Issue 2061823003: media: Drop "media::" in media/gpu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: work around clang format by adding an empty line Created 4 years, 6 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_codec_image.h ('k') | media/gpu/avda_return_on_failure.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/gpu/avda_codec_image.cc
diff --git a/media/gpu/avda_codec_image.cc b/media/gpu/avda_codec_image.cc
index 44172527356a0269bf99dea1291f74495718d683..05428fd9a54ffa264b24c53ba692cf439ac7e646 100644
--- a/media/gpu/avda_codec_image.cc
+++ b/media/gpu/avda_codec_image.cc
@@ -21,7 +21,7 @@ namespace media {
AVDACodecImage::AVDACodecImage(
int picture_buffer_id,
const scoped_refptr<AVDASharedState>& shared_state,
- media::VideoCodecBridge* codec,
+ VideoCodecBridge* codec,
const base::WeakPtr<gpu::gles2::GLES2Decoder>& decoder,
const scoped_refptr<gl::SurfaceTexture>& surface_texture)
: shared_state_(shared_state),
@@ -147,7 +147,7 @@ void AVDACodecImage::UpdateSurface(UpdateMode update_mode) {
UpdateSurfaceInternal(update_mode, kDoRestoreBindings);
}
-void AVDACodecImage::CodecChanged(media::MediaCodecBridge* codec) {
+void AVDACodecImage::CodecChanged(MediaCodecBridge* codec) {
media_codec_ = codec;
codec_buffer_index_ = kInvalidCodecBufferIndex;
}
« no previous file with comments | « media/gpu/avda_codec_image.h ('k') | media/gpu/avda_return_on_failure.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698