| 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 3d043eca08c0b220ca8862380b0e79ac66e5b70a..aa2ef545fa16eee82bf03613728298968b8b3b39 100644
|
| --- a/content/browser/web_contents/web_contents_view_android.h
|
| +++ b/content/browser/web_contents/web_contents_view_android.h
|
| @@ -29,12 +29,6 @@ class WebContentsViewAndroid : public WebContentsViewPort,
|
| // by the UI frontend.
|
| void SetContentViewCore(ContentViewCoreImpl* content_view_core);
|
|
|
| -#if defined(VIDEO_HOLE)
|
| - void NotifyExternalSurface(int player_id,
|
| - bool is_request,
|
| - const gfx::RectF& rect);
|
| -#endif // defined(VIDEO_HOLE)
|
| -
|
| // WebContentsView implementation --------------------------------------------
|
| virtual gfx::NativeView GetNativeView() const OVERRIDE;
|
| virtual gfx::NativeView GetContentNativeView() const OVERRIDE;
|
|
|