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

Unified Diff: media/gpu/android_copying_backing_strategy.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 | « no previous file | media/gpu/android_copying_backing_strategy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/gpu/android_copying_backing_strategy.h
diff --git a/media/gpu/android_copying_backing_strategy.h b/media/gpu/android_copying_backing_strategy.h
index 35df4e08f4d5a401bae7ab8c9c32b85bcdb583e7..5348a981bd1d203158cab049256b7a7db0f3c071 100644
--- a/media/gpu/android_copying_backing_strategy.h
+++ b/media/gpu/android_copying_backing_strategy.h
@@ -43,11 +43,11 @@ class MEDIA_GPU_EXPORT AndroidCopyingBackingStrategy
gfx::Size GetPictureBufferSize() const override;
void UseCodecBufferForPictureBuffer(
int32_t codec_buffer_index,
- const media::PictureBuffer& picture_buffer) override;
- void CodecChanged(media::VideoCodecBridge* codec) override;
+ const PictureBuffer& picture_buffer) override;
+ void CodecChanged(VideoCodecBridge* codec) override;
void OnFrameAvailable() override;
bool ArePicturesOverlayable() override;
- void UpdatePictureBufferSize(media::PictureBuffer* picture_buffer,
+ void UpdatePictureBufferSize(PictureBuffer* picture_buffer,
const gfx::Size& new_size) override;
private:
@@ -62,7 +62,7 @@ class MEDIA_GPU_EXPORT AndroidCopyingBackingStrategy
// The texture id which is set to |surface_texture_|.
uint32_t surface_texture_id_;
- media::VideoCodecBridge* media_codec_;
+ VideoCodecBridge* media_codec_;
};
} // namespace media
« no previous file with comments | « no previous file | media/gpu/android_copying_backing_strategy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698