Index: third_party/WebKit/public/platform/Platform.h |
diff --git a/third_party/WebKit/public/platform/Platform.h b/third_party/WebKit/public/platform/Platform.h |
index 9924aee260a5716af9cef6b4249e5e8adbefb0f7..e272aa2bfb9df36a6b652dd035819a6d6fa2bf02 100644 |
--- a/third_party/WebKit/public/platform/Platform.h |
+++ b/third_party/WebKit/public/platform/Platform.h |
@@ -520,7 +520,8 @@ public: |
// Fills in the WebMediaStream to capture from the WebMediaPlayer identified |
// by the second parameter. |
- virtual void createHTMLVideoElementCapturer(WebMediaStream*, WebMediaPlayer*) {} |
+ virtual void createHTMLVideoElementCapturer(WebMediaStream*, WebMediaPlayer*) { } |
+ virtual void createHTMLAudioElementCapturer(WebMediaStream*, WebMediaPlayer*) { } |
// Creates a WebImageCaptureFrameGrabber to take a snapshot of a Video Tracks. |
// May return null if the functionality is not available. |