blob: 6a81cb1512552a957e35c63a445b96b10f8ea408 [file] [log] [blame]
// Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "android_webview/renderer/aw_key_systems.h"
#include "components/cdm/renderer/android_key_systems.h"
namespace android_webview {
void AwAddKeySystems(std::vector<std::unique_ptr<media::KeySystemProperties>>*
key_systems_properties) {
cdm::AddAndroidWidevine(key_systems_properties);
cdm::AddAndroidPlatformKeySystems(key_systems_properties);
}
} // namespace android_webview