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

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: rebase 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 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
« no previous file with comments | « webkit/media/android/webmediaplayer_in_process_android.h ('k') | webkit/media/android/webmediaplayer_proxy_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698