Index: content/browser/web_contents/web_contents_view_android.h |
diff --git a/content/browser/web_contents/web_contents_view_android.h b/content/browser/web_contents/web_contents_view_android.h |
index babc88cbcb96a9ed2ff983ae63c2304eff9631e6..a882ae585a45c7402fd4d88820fa6bee74fbef2e 100644 |
--- a/content/browser/web_contents/web_contents_view_android.h |
+++ b/content/browser/web_contents/web_contents_view_android.h |
@@ -28,6 +28,8 @@ class WebContentsViewAndroid : public WebContentsViewPort, |
// by the UI frontend. |
void SetContentViewCore(ContentViewCoreImpl* content_view_core); |
+ void RequestExternalVideoSurface(int player_id); |
+ |
// WebContentsView implementation -------------------------------------------- |
virtual gfx::NativeView GetNativeView() const OVERRIDE; |
virtual gfx::NativeView GetContentNativeView() const OVERRIDE; |