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

Unified Diff: media/gpu/avda_shared_state.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_shared_state.h ('k') | media/gpu/avda_state_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/gpu/avda_shared_state.cc
diff --git a/media/gpu/avda_shared_state.cc b/media/gpu/avda_shared_state.cc
index f75a837ffe3e90ce96aff8e063dc4d31ce2e4148..12b25256fabf2e4ac2a9c84ec0ef1dcea54730ea 100644
--- a/media/gpu/avda_shared_state.cc
+++ b/media/gpu/avda_shared_state.cc
@@ -74,7 +74,7 @@ void AVDASharedState::SetSurfaceTexture(
DCHECK(surface_);
}
-void AVDASharedState::CodecChanged(media::MediaCodecBridge* codec) {
+void AVDASharedState::CodecChanged(MediaCodecBridge* codec) {
for (auto& image_kv : codec_images_)
image_kv.second->CodecChanged(codec);
release_time_ = base::TimeTicks();
@@ -99,7 +99,7 @@ AVDACodecImage* AVDASharedState::GetImageForPicture(
}
void AVDASharedState::RenderCodecBufferToSurfaceTexture(
- media::MediaCodecBridge* codec,
+ MediaCodecBridge* codec,
int codec_buffer_index) {
if (!release_time_.is_null())
WaitForFrameAvailable();
« no previous file with comments | « media/gpu/avda_shared_state.h ('k') | media/gpu/avda_state_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698