Index: Source/web/MediaKeysClientImpl.h |
diff --git a/Source/web/MediaKeysClientImpl.h b/Source/web/MediaKeysClientImpl.h |
index 504dfbf4a6919bd325f2c8c6c8d35600d455db1d..a82241f179f3722d12b12bf2276b784d05dcc4e5 100644 |
--- a/Source/web/MediaKeysClientImpl.h |
+++ b/Source/web/MediaKeysClientImpl.h |
@@ -15,10 +15,12 @@ class WebViewImpl; |
class MediaKeysClientImpl FINAL : public WebCore::MediaKeysClient { |
public: |
- MediaKeysClientImpl(); |
+ static PassOwnPtr<WebCore::MediaKeysClient> create(); |
// WebCore::MediaKeysClient implementation. |
virtual PassOwnPtr<WebContentDecryptionModule> createContentDecryptionModule(WebCore::ExecutionContext*, const String& keySystem) OVERRIDE; |
+private: |
+ MediaKeysClientImpl(); |
}; |
} // namespace blink |