| Index: third_party/WebKit/public/platform/WebMediaPlayer.h
|
| diff --git a/third_party/WebKit/public/platform/WebMediaPlayer.h b/third_party/WebKit/public/platform/WebMediaPlayer.h
|
| index 68a88032cd4aff4279f39a86374996ea0e4d55e3..9a5eb43c8da476e4056dc820a44ce3d983061faa 100644
|
| --- a/third_party/WebKit/public/platform/WebMediaPlayer.h
|
| +++ b/third_party/WebKit/public/platform/WebMediaPlayer.h
|
| @@ -173,7 +173,7 @@ public:
|
| unsigned texture, int level, int xoffset, int yoffset, bool premultiplyAlpha,
|
| bool flipY) { return false; }
|
|
|
| - virtual WebAudioSourceProvider* audioSourceProvider() { return nullptr; }
|
| + virtual WebAudioSourceProvider* getAudioSourceProvider() { return nullptr; }
|
|
|
| virtual void setContentDecryptionModule(WebContentDecryptionModule* cdm, WebContentDecryptionModuleResult result) { result.completeWithError(WebContentDecryptionModuleExceptionNotSupportedError, 0, "ERROR"); }
|
|
|
|
|