| Index: content/browser/android/content_view_core_impl.cc
|
| diff --git a/content/browser/android/content_view_core_impl.cc b/content/browser/android/content_view_core_impl.cc
|
| index 8606d5cd47712beb0675f21298f964e653eb0415..765af71984dde40c4f893b2163c9850359433b1d 100644
|
| --- a/content/browser/android/content_view_core_impl.cc
|
| +++ b/content/browser/android/content_view_core_impl.cc
|
| @@ -38,7 +38,6 @@
|
| #include "content/common/input/web_input_event_traits.h"
|
| #include "content/common/input_messages.h"
|
| #include "content/common/view_messages.h"
|
| -#include "content/public/browser/android/external_video_surface_container.h"
|
| #include "content/public/browser/browser_accessibility_state.h"
|
| #include "content/public/browser/browser_context.h"
|
| #include "content/public/browser/favicon_status.h"
|
| @@ -489,12 +488,6 @@ void ContentViewCoreImpl::UpdateFrameInfo(
|
| controls_offset.y(),
|
| content_offset.y(),
|
| overdraw_bottom_height);
|
| -#if defined(VIDEO_HOLE)
|
| - ExternalVideoSurfaceContainer* surface_container =
|
| - ExternalVideoSurfaceContainer::FromWebContents(web_contents_);
|
| - if (surface_container)
|
| - surface_container->OnFrameInfoUpdated();
|
| -#endif // defined(VIDEO_HOLE)
|
| }
|
|
|
| void ContentViewCoreImpl::SetTitle(const base::string16& title) {
|
|
|