blob: 603240259afea7684ffc06c078a832b29c2f7ffa [file] [log] [blame]
// Copyright 2013 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef ANDROID_WEBVIEW_RENDERER_AW_KEY_SYSTEMS_H_
#define ANDROID_WEBVIEW_RENDERER_AW_KEY_SYSTEMS_H_
#include "media/base/key_system_info.h"
namespace android_webview {
void AwAddKeySystems(media::KeySystemInfos* key_system_infos);
} // namespace android_webview
#endif // ANDROID_WEBVIEW_RENDERER_AW_KEY_SYSTEMS_H_