Index: content/renderer/media/webmediaplayer_impl.h |
diff --git a/content/renderer/media/webmediaplayer_impl.h b/content/renderer/media/webmediaplayer_impl.h |
index f395df677132f1f1bd43080ea0302739a01724ac..e7cb5309b44d63fc65d1752f849fd8098a896144 100644 |
--- a/content/renderer/media/webmediaplayer_impl.h |
+++ b/content/renderer/media/webmediaplayer_impl.h |
@@ -212,12 +212,6 @@ class WebMediaPlayerImpl |
// painted. |
void FrameReady(const scoped_refptr<media::VideoFrame>& frame); |
- // Called when the ContentDecryptionModule has been attached to the |
- // pipeline/decoders. |
- void ContentDecryptionModuleAttached( |
- blink::WebContentDecryptionModuleResult result, |
- bool success); |
- |
// Returns the current video frame from |compositor_|. Blocks until the |
// compositor can return the frame. |
scoped_refptr<media::VideoFrame> GetCurrentFrameFromCompositor(); |