| 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 64d8beb8ec205f196d5ccc5e01a3102234ffad8b..31929cf9c1fdb6f8e869709a8309e3fa8eb01d88 100644
|
| --- a/third_party/WebKit/public/platform/Platform.h
|
| +++ b/third_party/WebKit/public/platform/Platform.h
|
| @@ -531,7 +531,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.
|
|
|