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

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

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.h
diff --git a/webkit/media/android/webmediaplayer_in_process_android.h b/webkit/media/android/webmediaplayer_in_process_android.h
index 77ae734e91fc444aaf7ace03f7438ac3edaa9861..fcc3d95d0123355ed77fa772c9c787e5deabeba7 100644
--- a/webkit/media/android/webmediaplayer_in_process_android.h
+++ b/webkit/media/android/webmediaplayer_in_process_android.h
@@ -95,6 +95,7 @@ class WebMediaPlayerInProcessAndroid : public WebMediaPlayerAndroid {
virtual float GetCurrentTimeInternal() const OVERRIDE;
virtual void ReleaseResourcesInternal() OVERRIDE;
virtual void Destroy() OVERRIDE;
+ virtual void RequestExternalSurface() OVERRIDE;
WebKit::WebFrame* const frame_;
« no previous file with comments | « webkit/media/android/webmediaplayer_impl_android.cc ('k') | webkit/media/android/webmediaplayer_in_process_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698