Commit 17902f22 authored by Chisoon Jeong's avatar Chisoon Jeong Committed by Commit Bot

Add #include <stddef.h> for clarity and supporting gcc compilation

Depending on compilation environments of gcc, supported_cdm_versions.h|cc
is not compiled. To fix this issue add '#include <stddef.h>' in
supported_cdm_versions.h

Change-Id: I0f56cb4f69e1fb3867a1c168a28431661341784b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2117912Reviewed-by: default avatarNico Weber <thakis@chromium.org>
Reviewed-by: default avatarScott Violet <sky@chromium.org>
Reviewed-by: default avatarJohn Rummell <jrummell@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#755016}
parent 88d63f66
......@@ -5,6 +5,8 @@
#ifndef MEDIA_CDM_SUPPORTED_CDM_VERSIONS_H_
#define MEDIA_CDM_SUPPORTED_CDM_VERSIONS_H_
#include <stddef.h>
#include <array>
#include "media/base/media_export.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment