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

Unified Diff: content/browser/renderer_host/render_widget_host_view_android.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/renderer_host/render_widget_host_view_android.h
diff --git a/content/browser/renderer_host/render_widget_host_view_android.h b/content/browser/renderer_host/render_widget_host_view_android.h
index 42b455a67aa36702dd9d953b616795d2771b7e45..4433a070227d5eb3b63ef8b9e30d5ad111d56b04 100644
--- a/content/browser/renderer_host/render_widget_host_view_android.h
+++ b/content/browser/renderer_host/render_widget_host_view_android.h
@@ -243,6 +243,8 @@ class RenderWidgetHostViewAndroid
void SynchronousFrameMetadata(
const cc::CompositorFrameMetadata& frame_metadata);
+ void SetOverlayVideoMode(bool enabled);
+
private:
void BuffersSwapped(const gpu::Mailbox& mailbox,
uint32_t output_surface_id,

Powered by Google App Engine
This is Rietveld 408576698