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 d948c461fcacd2c88e5074153a4b6c7365d3dce0..751a5fd0a916160f06500df2c32aa27a7d6a1fba 100644 |
--- a/third_party/WebKit/public/platform/Platform.h |
+++ b/third_party/WebKit/public/platform/Platform.h |
@@ -515,7 +515,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. |