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

Unified Diff: chrome/browser/media/android/remote/remote_media_player_bridge.cc

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: chrome/browser/media/android/remote/remote_media_player_bridge.cc
diff --git a/chrome/browser/media/android/remote/remote_media_player_bridge.cc b/chrome/browser/media/android/remote/remote_media_player_bridge.cc
index 20fb92e2b77496de7c4018cc0f2acf474edcd276..8626193b717715dc20c2ca7460fbe34282c6ac6e 100644
--- a/chrome/browser/media/android/remote/remote_media_player_bridge.cc
+++ b/chrome/browser/media/android/remote/remote_media_player_bridge.cc
@@ -209,7 +209,7 @@ void RemoteMediaPlayerBridge::Pause(bool is_media_related_action) {
}
}
-void RemoteMediaPlayerBridge::SetVideoSurface(gfx::ScopedJavaSurface surface) {
+void RemoteMediaPlayerBridge::SetVideoSurface(gl::ScopedJavaSurface surface) {
// The surface is reset whenever the fullscreen view is destroyed or created.
// Since the remote player doesn't use it, we forward it to the local player
// for the time when user disconnects and resumes local playback
« no previous file with comments | « chrome/browser/media/android/remote/remote_media_player_bridge.h ('k') | chrome/test/base/chrome_unit_test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698