Index: public/platform/Platform.h |
diff --git a/public/platform/Platform.h b/public/platform/Platform.h |
index bb23b600f7eb26f18f472d5a14cc2136769f1aa5..275f6bb716bac252ca0c855a5c4dda9c10c1ad29 100644 |
--- a/public/platform/Platform.h |
+++ b/public/platform/Platform.h |
@@ -141,12 +141,6 @@ public: |
virtual WebSpeechSynthesizer* createSpeechSynthesizer(WebSpeechSynthesizerClient*) { return 0; } |
- // Media -------------------------------------------------------------- |
- |
- // May return null. |
- virtual WebContentDecryptionModule* createContentDecryptionModule(const WebString& keySystem) { return 0; } |
- |
- |
// Audio -------------------------------------------------------------- |
virtual double audioHardwareSampleRate() { return 0; } |