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 458447f1fc7e5e19f7dd280b8cdc0e059254bf13..98c73bf8e4d7f734afd879ee04418411b1eb683c 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 { |