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

Unified Diff: content/common/gpu/media/dxva_video_decode_accelerator_win.cc

Issue 1544273002: Switch to standard integer types in content/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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: content/common/gpu/media/dxva_video_decode_accelerator_win.cc
diff --git a/content/common/gpu/media/dxva_video_decode_accelerator_win.cc b/content/common/gpu/media/dxva_video_decode_accelerator_win.cc
index c6adb06faad1e3d4d3f91b3b6dee284883262485..21bdb8b2e11d9b0962c0dfb3198b76673d4b1168 100644
--- a/content/common/gpu/media/dxva_video_decode_accelerator_win.cc
+++ b/content/common/gpu/media/dxva_video_decode_accelerator_win.cc
@@ -15,6 +15,7 @@
#include <mferror.h>
#include <ntverp.h>
#include <stddef.h>
+#include <string.h>
#include <wmcodecdsp.h>
#include "base/base_paths_win.h"
« no previous file with comments | « content/common/gpu/media/avda_codec_image.cc ('k') | content/common/gpu/media/fake_video_decode_accelerator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698