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

Unified Diff: media/gpu/avda_picture_buffer_manager.h

Issue 2692863011: Add ContentVideoViewOverlay to AVDA. (Closed)
Patch Set: make DequeueOutput require NO_ERROR from setsurface Created 3 years, 9 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
Index: media/gpu/avda_picture_buffer_manager.h
diff --git a/media/gpu/avda_picture_buffer_manager.h b/media/gpu/avda_picture_buffer_manager.h
index cf5ecbcfd0f9425f96134af89e82390c858c5eeb..042f12deb5cc95c92e2c3cae98fbdb32107813fc 100644
--- a/media/gpu/avda_picture_buffer_manager.h
+++ b/media/gpu/avda_picture_buffer_manager.h
@@ -50,7 +50,9 @@ class MEDIA_GPU_EXPORT AVDAPictureBufferManager {
// May be called multiple times to switch to a new |surface_id|. Picture
// buffers will be updated to use the new surface during the call to
// UseCodecBufferForPictureBuffer().
- gl::ScopedJavaSurface Initialize(int surface_id);
+ // TODO(liberato); update comment.
watk 2017/03/10 02:19:44 Leaving a reminder for this todo :)
liberato (no reviews please) 2017/03/10 17:40:56 thanks, done.
+ void InitializeForOverlay();
+ gl::ScopedJavaSurface InitializeForSurfaceTexture();
void Destroy(const PictureBufferMap& buffers);

Powered by Google App Engine
This is Rietveld 408576698