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

Unified Diff: content/browser/android/child_process_launcher_android.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/child_process_launcher_android.h
diff --git a/content/browser/android/child_process_launcher_android.h b/content/browser/android/child_process_launcher_android.h
index c9ef4fd9f428ecd4f7ec72d9db2d848c43b4d4a1..bf1584fedb4a5d6abab1afa08fecba31a015ba56 100644
--- a/content/browser/android/child_process_launcher_android.h
+++ b/content/browser/android/child_process_launcher_android.h
@@ -48,16 +48,16 @@ void RegisterViewSurface(int surface_id, jobject j_surface);
void UnregisterViewSurface(int surface_id);
-gfx::ScopedJavaSurface GetViewSurface(int surface_id);
+gl::ScopedJavaSurface GetViewSurface(int surface_id);
void CreateSurfaceTextureSurface(int surface_texture_id,
int client_id,
- gfx::SurfaceTexture* surface_texture);
+ gl::SurfaceTexture* surface_texture);
void DestroySurfaceTextureSurface(int surface_texture_id, int client_id);
-gfx::ScopedJavaSurface GetSurfaceTextureSurface(int surface_texture_id,
- int client_id);
+gl::ScopedJavaSurface GetSurfaceTextureSurface(int surface_texture_id,
+ int client_id);
bool RegisterChildProcessLauncher(JNIEnv* env);
« no previous file with comments | « content/browser/android/browser_surface_texture_manager.cc ('k') | content/browser/android/child_process_launcher_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698