Index: gpu/ipc/common/gpu_surface_tracker.h |
diff --git a/gpu/ipc/common/gpu_surface_tracker.h b/gpu/ipc/common/gpu_surface_tracker.h |
index 82f3a3a6a2ca3a66049c9a101c849171cb886aaf..7c521298ecf5147b248c1ee56ecd828b5e3e8c58 100644 |
--- a/gpu/ipc/common/gpu_surface_tracker.h |
+++ b/gpu/ipc/common/gpu_surface_tracker.h |
@@ -26,7 +26,7 @@ namespace gpu { |
// GpuMemoryBufferManager::CreateGpuMemoryBuffer. |
// On Android, the handle is used in the GPU process to get a reference to the |
// ANativeWindow, using GpuSurfaceLookup (implemented by |
-// SurfaceTextureManagerImpl). |
+// ChildProcessSurfaceManager). |
// On Mac, the handle just passes through the GPU process, and is sent back via |
// GpuCommandBufferMsg_SwapBuffersCompleted to reference the surface. |
// This class is thread safe. |