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); |