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

Unified Diff: media/gpu/dxva_video_decode_accelerator_win.cc

Issue 2234753002: media: Use stl utilities from the base namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 4 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
Index: media/gpu/dxva_video_decode_accelerator_win.cc
diff --git a/media/gpu/dxva_video_decode_accelerator_win.cc b/media/gpu/dxva_video_decode_accelerator_win.cc
index 07513539717d0cff1a40d62c081ff473e3200d6d..a5c96cdde2ceca73b211e33d91198eb9336353eb 100644
--- a/media/gpu/dxva_video_decode_accelerator_win.cc
+++ b/media/gpu/dxva_video_decode_accelerator_win.cc
@@ -507,7 +507,8 @@ bool DXVAVideoDecodeAccelerator::Initialize(const Config& config,
main_thread_task_runner_ = base::ThreadTaskRunnerHandle::Get();
if (!config.supported_output_formats.empty() &&
- !ContainsValue(config.supported_output_formats, PIXEL_FORMAT_NV12)) {
+ !base::ContainsValue(config.supported_output_formats,
+ PIXEL_FORMAT_NV12)) {
share_nv12_textures_ = false;
copy_nv12_textures_ = false;
}
« no previous file with comments | « media/formats/webm/webm_content_encodings_client.cc ('k') | media/gpu/ipc/service/gpu_jpeg_decode_accelerator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698