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

Unified Diff: content/browser/android/content_video_view.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/android/content_video_view.h
diff --git a/content/browser/android/content_video_view.h b/content/browser/android/content_video_view.h
index 292f818d927ea05c9d7d2aeb8c5c726c2c272f2d..f54a29fd76e791e64d47d1bf4d955c1af35dd6ec 100644
--- a/content/browser/android/content_video_view.h
+++ b/content/browser/android/content_video_view.h
@@ -32,7 +32,7 @@ class ContentVideoView {
// For receiving notififcations when the SurfaceView surface is created and
// destroyed. When |surface.IsEmpty()| the surface was destroyed and
// the client should not hold any references to it once this returns.
- virtual void SetVideoSurface(gfx::ScopedJavaSurface surface) = 0;
+ virtual void SetVideoSurface(gl::ScopedJavaSurface surface) = 0;
// Called after the ContentVideoView has been hidden because we're exiting
// fullscreen.
« no previous file with comments | « content/browser/android/child_process_launcher_android.cc ('k') | content/browser/android/content_video_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698