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

Unified Diff: media/gpu/avda_surface_bundle.h

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_shared_state.cc ('k') | media/gpu/content_video_view_overlay.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/gpu/avda_surface_bundle.h
diff --git a/media/gpu/avda_surface_bundle.h b/media/gpu/avda_surface_bundle.h
index 16ffc6bdc425132cbfdf9003c3470fe6775be049..10760d223d8c7d244b2dc19f5cb2fcc341f3a1e2 100644
--- a/media/gpu/avda_surface_bundle.h
+++ b/media/gpu/avda_surface_bundle.h
@@ -9,8 +9,8 @@
#include "media/base/android/android_overlay.h"
#include "media/base/surface_manager.h"
#include "media/gpu/media_gpu_export.h"
+#include "media/gpu/surface_texture_gl_owner.h"
#include "ui/gl/android/scoped_java_surface.h"
-#include "ui/gl/android/surface_texture.h"
namespace media {
@@ -47,7 +47,7 @@ struct MEDIA_GPU_EXPORT AVDASurfaceBundle
// The SurfaceTexture attached to |surface()|, or nullptr if j_surface() is
// SurfaceView backed.
- scoped_refptr<gl::SurfaceTexture> surface_texture;
+ scoped_refptr<SurfaceTextureGLOwner> surface_texture;
// If |surface_texture| is not null, then this is the surface for it.
gl::ScopedJavaSurface surface_texture_surface;
« no previous file with comments | « media/gpu/avda_shared_state.cc ('k') | media/gpu/content_video_view_overlay.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698