Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1548)

Unified Diff: media/gpu/content_video_view_overlay.cc

Issue 2889603005: Position overlays in AVDACodecImage (Closed)
Patch Set: rebased Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/gpu/avda_surface_bundle.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « media/gpu/avda_surface_bundle.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698