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
12 class WebEncryptedMediaRequest
;
14 class BLINK_PLATFORM_EXPORT WebEncryptedMediaClient
{
16 virtual ~WebEncryptedMediaClient();
17 virtual void requestMediaKeySystemAccess(WebEncryptedMediaRequest
) = 0;
22 #endif // WebEncryptedMediaClient_h