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

Unified Diff: content/browser/media/android/browser_media_player_manager.h

Issue 1998723002: Move code in ui/gl/* from gfx:: to gl:: (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 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
Index: content/browser/media/android/browser_media_player_manager.h
diff --git a/content/browser/media/android/browser_media_player_manager.h b/content/browser/media/android/browser_media_player_manager.h
index 15ca2fc1711982947b31c497bf523bc04922ff2e..11bb42895db4df152872bc0f66b08a63ca19c8c5 100644
--- a/content/browser/media/android/browser_media_player_manager.h
+++ b/content/browser/media/android/browser_media_player_manager.h
@@ -59,7 +59,7 @@ class CONTENT_EXPORT BrowserMediaPlayerManager
// Pass a java surface object to the MediaPlayerAndroid object
// identified by render process handle, render frame ID and player ID.
- static void SetSurfacePeer(scoped_refptr<gfx::SurfaceTexture> surface_texture,
+ static void SetSurfacePeer(scoped_refptr<gl::SurfaceTexture> surface_texture,
base::ProcessHandle render_process_handle,
int render_frame_id,
int player_id);
@@ -75,7 +75,7 @@ class CONTENT_EXPORT BrowserMediaPlayerManager
// ContentVideoView::Client implementation.
void DidExitFullscreen(bool release_media_player) override;
- void SetVideoSurface(gfx::ScopedJavaSurface surface) override;
+ void SetVideoSurface(gl::ScopedJavaSurface surface) override;
// Called when browser player wants the renderer media element to seek.
// Any actual seek started by renderer will be handled by browser in OnSeek().
« no previous file with comments | « content/browser/gpu/gpu_surface_tracker.cc ('k') | content/browser/media/android/browser_media_player_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698