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

Unified Diff: content/browser/android/content_video_view.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: content/browser/android/content_video_view.cc
diff --git a/content/browser/android/content_video_view.cc b/content/browser/android/content_video_view.cc
index 4b14959ba5f97860f4769bae44f2393645d77d27..e0d1a12e849a5bb86e371b880fb503e5432661fd 100644
--- a/content/browser/android/content_video_view.cc
+++ b/content/browser/android/content_video_view.cc
@@ -108,7 +108,7 @@ void ContentVideoView::SetSurface(JNIEnv*,
const JavaParamRef<jobject>&,
const JavaParamRef<jobject>& surface) {
client_->SetVideoSurface(
- gfx::ScopedJavaSurface::AcquireExternalSurface(surface));
+ gl::ScopedJavaSurface::AcquireExternalSurface(surface));
}
void ContentVideoView::DidExitFullscreen(JNIEnv*,
« no previous file with comments | « content/browser/android/content_video_view.h ('k') | content/browser/compositor/gpu_process_transport_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698