Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(152)

Unified Diff: webkit/media/android/webmediaplayer_in_process_android.cc

Issue 12443003: Implement out-of-band video compositing on Android: Step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit2 Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 6bd9c58da3af48c18bbe7e3d91695e16aa169f77..bc8d9cc6aa5b6d47dd0c42649347626f320ed197 100644
--- a/webkit/media/android/webmediaplayer_in_process_android.cc
+++ b/webkit/media/android/webmediaplayer_in_process_android.cc
@@ -180,4 +180,8 @@ void WebMediaPlayerInProcessAndroid::OnTimeUpdate(
void WebMediaPlayerInProcessAndroid::Destroy() {}
+void WebMediaPlayerInProcessAndroid::RequestExternalSurface() {
+ NOTIMPLEMENTED();
+}
+
} // namespace webkit_media

Powered by Google App Engine
This is Rietveld 408576698