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

Unified Diff: content/browser/android/content_view_core_impl.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: 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: content/browser/android/content_view_core_impl.h
diff --git a/content/browser/android/content_view_core_impl.h b/content/browser/android/content_view_core_impl.h
index 584e51831e6ff9a9f0227d42b924ccf864a822b4..5c84c1b1c9e9c87b0bd6ad359dbc91ced02465d2 100644
--- a/content/browser/android/content_view_core_impl.h
+++ b/content/browser/android/content_view_core_impl.h
@@ -208,6 +208,9 @@ class ContentViewCoreImpl : public ContentViewCore,
jboolean ConsumePendingRendererFrame(JNIEnv* env, jobject obj);
+ void SetExternalVideoSurfaceViewHolder(JNIEnv* env, jobject obj,
+ jint native_holder);
+
// --------------------------------------------------------------------------
// Public methods that call to Java via JNI
// --------------------------------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698