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

Unified Diff: media/gpu/ipc/common/create_video_encoder_params.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/h264_dpb.cc ('k') | media/gpu/ipc/common/create_video_encoder_params.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/gpu/ipc/common/create_video_encoder_params.h
diff --git a/media/gpu/ipc/common/create_video_encoder_params.h b/media/gpu/ipc/common/create_video_encoder_params.h
index b22203cba6e4f34f422bfea778851cd9938d50fd..995a6d9aa36dcf0d3a2586050164a9d7297ca825 100644
--- a/media/gpu/ipc/common/create_video_encoder_params.h
+++ b/media/gpu/ipc/common/create_video_encoder_params.h
@@ -14,9 +14,9 @@ namespace media {
struct CreateVideoEncoderParams {
CreateVideoEncoderParams();
~CreateVideoEncoderParams();
- media::VideoPixelFormat input_format;
+ VideoPixelFormat input_format;
gfx::Size input_visible_size;
- media::VideoCodecProfile output_profile;
+ VideoCodecProfile output_profile;
uint32_t initial_bitrate;
int32_t encoder_route_id;
};
« no previous file with comments | « media/gpu/h264_dpb.cc ('k') | media/gpu/ipc/common/create_video_encoder_params.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698