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

Unified Diff: media/gpu/avda_picture_buffer_manager.h

Issue 2706653002: Added SurfaceTextureGLOwner to create / own GL objects. (Closed)
Patch Set: stopped including gl_initializer.h 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
« no previous file with comments | « media/gpu/BUILD.gn ('k') | media/gpu/avda_picture_buffer_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 37f7dd235475bbc71d811a070c8c33bb34b59684..cf5ecbcfd0f9425f96134af89e82390c858c5eeb 100644
--- a/media/gpu/avda_picture_buffer_manager.h
+++ b/media/gpu/avda_picture_buffer_manager.h
@@ -11,6 +11,7 @@
#include "base/macros.h"
#include "media/gpu/avda_state_provider.h"
#include "media/gpu/media_gpu_export.h"
+#include "media/gpu/surface_texture_gl_owner.h"
namespace gpu {
namespace gles2 {
@@ -110,7 +111,7 @@ class MEDIA_GPU_EXPORT AVDAPictureBufferManager {
// The SurfaceTexture to render to. Non-null after Initialize() if
// we're not rendering to a SurfaceView.
- scoped_refptr<gl::SurfaceTexture> surface_texture_;
+ scoped_refptr<SurfaceTextureGLOwner> surface_texture_;
MediaCodecBridge* media_codec_;
« no previous file with comments | « media/gpu/BUILD.gn ('k') | media/gpu/avda_picture_buffer_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698