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

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: Created 7 years, 10 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 eacf25fb8bb2beca53ab456b09cd5c1975b33a49..1ecc2cd69c1773df7e368a5fd5ce5c0d4e5862a3 100644
--- a/content/browser/android/content_view_core_impl.h
+++ b/content/browser/android/content_view_core_impl.h
@@ -204,6 +204,10 @@ class ContentViewCoreImpl : public ContentViewCore,
jboolean ConsumePendingRendererFrame(JNIEnv* env, jobject obj);
+ void ExternalVideoSurfaceCreated(JNIEnv* env, jobject obj, jobject jsurface);
+ void ExternalVideoSurfaceDestroyed(JNIEnv* env, jobject obj,
+ jobject jsurface);
no sievers 2013/03/05 19:54:16 Consider removing the unused arg 'jsurface' here.
wonsik 2013/03/06 02:48:20 Done.
+
// --------------------------------------------------------------------------
// Public methods that call to Java via JNI
// --------------------------------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698