| 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:
|
|
|