| 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.
|
|
|