Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / public / platform / WebEncryptedMediaClient.h
blob577c2c81435dc85c21a134917ae986cb43e6058c
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef WebEncryptedMediaClient_h
6 #define WebEncryptedMediaClient_h
8 #include "WebCommon.h"
10 namespace blink {
12 class WebEncryptedMediaRequest;
14 class BLINK_PLATFORM_EXPORT WebEncryptedMediaClient {
15 public:
16 virtual ~WebEncryptedMediaClient();
17 virtual void requestMediaKeySystemAccess(WebEncryptedMediaRequest) = 0;
20 } // namespace blink
22 #endif // WebEncryptedMediaClient_h