summaryrefslogtreecommitdiff
path: root/chromium/media/cdm/ppapi/clear_key_cdm_common.h
blob: 8f843974ecade21efa2d96dcb159cda8e0c9cc98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// 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.

#ifndef MEDIA_CDM_PPAPI_CLEAR_KEY_CDM_COMMON_H_
#define MEDIA_CDM_PPAPI_CLEAR_KEY_CDM_COMMON_H_

#include "media/cdm/ppapi/api/content_decryption_module.h"

namespace media {

// Aliases for the version of the interfaces that this CDM implements.
typedef cdm::ContentDecryptionModule_2 ClearKeyCdmInterface;
typedef ClearKeyCdmInterface::Host ClearKeyCdmHost;

}  // namespace media

#endif  // MEDIA_CDM_PPAPI_CLEAR_KEY_CDM_COMMON_H_