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

Unified Diff: content/browser/android/content_view_render_view.h

Issue 25040002: Enables fullscreen subtitle and media control from Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@build_hack
Patch Set: rebased, +option flag Created 7 years 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_render_view.h
diff --git a/content/browser/android/content_view_render_view.h b/content/browser/android/content_view_render_view.h
index 1bd3899ac3c439b2cf0b69e4985190da79203e91..f906da0596d0048915beacc8c5da047ddd69661e 100644
--- a/content/browser/android/content_view_render_view.h
+++ b/content/browser/android/content_view_render_view.h
@@ -32,6 +32,7 @@ class ContentViewRenderView : public CompositorClient {
void SurfaceSetSize(JNIEnv* env, jobject obj, jint width, jint height);
jboolean Composite(JNIEnv* env, jobject obj);
jboolean CompositeToBitmap(JNIEnv* env, jobject obj, jobject java_bitmap);
+ void SetOverlayVideoMode(JNIEnv* env, jobject obj, bool enabled);
// CompositorClient ---------------------------------------------------------
virtual void ScheduleComposite() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698