| Index: media/gpu/content_video_view_overlay.cc
|
| diff --git a/media/gpu/content_video_view_overlay.cc b/media/gpu/content_video_view_overlay.cc
|
| index 76d3bc72078a21051667e832578120edca05f9da..39df2f113e8974d6177133b6fa03593fb849bfa8 100644
|
| --- a/media/gpu/content_video_view_overlay.cc
|
| +++ b/media/gpu/content_video_view_overlay.cc
|
| @@ -28,9 +28,7 @@ ContentVideoViewOverlay::~ContentVideoViewOverlay() {
|
| ContentVideoViewOverlayAllocator::GetInstance()->DeallocateSurface(this);
|
| }
|
|
|
| -void ContentVideoViewOverlay::ScheduleLayout(const gfx::Rect& rect) {
|
| - NOTIMPLEMENTED();
|
| -}
|
| +void ContentVideoViewOverlay::ScheduleLayout(const gfx::Rect& rect) {}
|
|
|
| const base::android::JavaRef<jobject>& ContentVideoViewOverlay::GetJavaSurface()
|
| const {
|
|
|