| Index: webkit/media/android/webmediaplayer_in_process_android.cc
|
| diff --git a/webkit/media/android/webmediaplayer_in_process_android.cc b/webkit/media/android/webmediaplayer_in_process_android.cc
|
| index 043193487afbdbdc51692f003d34b70347c474d4..9684ee85365ec01e7b7d0a80e06b7c7afb3dd9ce 100644
|
| --- a/webkit/media/android/webmediaplayer_in_process_android.cc
|
| +++ b/webkit/media/android/webmediaplayer_in_process_android.cc
|
| @@ -186,4 +186,8 @@ void WebMediaPlayerInProcessAndroid::OnTimeUpdate(
|
|
|
| void WebMediaPlayerInProcessAndroid::Destroy() {}
|
|
|
| +void WebMediaPlayerInProcessAndroid::RequestExternalSurface() {
|
| + NOTIMPLEMENTED();
|
| +}
|
| +
|
| } // namespace webkit_media
|
|
|