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

Unified Diff: media/gpu/avda_shared_state.h

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_return_on_failure.h ('k') | media/gpu/avda_shared_state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/gpu/avda_shared_state.h
diff --git a/media/gpu/avda_shared_state.h b/media/gpu/avda_shared_state.h
index c25cf70710205e539094c711a26b8a8926ba836e..d98d0ad798bcd7e9d8da053d56b67029892729fe 100644
--- a/media/gpu/avda_shared_state.h
+++ b/media/gpu/avda_shared_state.h
@@ -47,7 +47,7 @@ class AVDASharedState : public base::RefCounted<AVDASharedState> {
// Iterates over all known codec images and updates the MediaCodec attached to
// each one.
- void CodecChanged(media::MediaCodecBridge* codec);
+ void CodecChanged(MediaCodecBridge* codec);
// Methods for finding and updating the AVDACodecImage associated with a given
// picture buffer id. GetImageForPicture() will return null for unknown ids.
@@ -72,7 +72,7 @@ class AVDASharedState : public base::RefCounted<AVDASharedState> {
//
// Some devices do not reliably notify frame availability, so we use a very
// short deadline of only a few milliseconds to avoid indefinite stalls.
- void RenderCodecBufferToSurfaceTexture(media::MediaCodecBridge* codec,
+ void RenderCodecBufferToSurfaceTexture(MediaCodecBridge* codec,
int codec_buffer_index);
protected:
« no previous file with comments | « media/gpu/avda_return_on_failure.h ('k') | media/gpu/avda_shared_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698