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

Unified Diff: gpu/ipc/common/android/surface_texture_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: gpu/ipc/common/android/surface_texture_manager.h
diff --git a/gpu/ipc/common/android/surface_texture_manager.h b/gpu/ipc/common/android/surface_texture_manager.h
index 3179d4a3538e6d1e439071ab108151c59a605404..8a0134b6804b5acade006f0b757d37c6db8a0daf 100644
--- a/gpu/ipc/common/android/surface_texture_manager.h
+++ b/gpu/ipc/common/android/surface_texture_manager.h
@@ -8,7 +8,7 @@
#include "gpu/gpu_export.h"
#include "ui/gfx/native_widget_types.h"
-namespace gfx {
+namespace gl {
class SurfaceTexture;
}
@@ -22,7 +22,7 @@ class GPU_EXPORT SurfaceTextureManager {
// Register a surface texture for use in another process.
virtual void RegisterSurfaceTexture(int surface_texture_id,
int client_id,
- gfx::SurfaceTexture* surface_texture) = 0;
+ gl::SurfaceTexture* surface_texture) = 0;
// Unregister a surface texture previously registered for use in another
// process.
« no previous file with comments | « gpu/ipc/client/gpu_memory_buffer_impl_surface_texture.cc ('k') | gpu/ipc/common/android/surface_texture_peer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698