| Index: content/browser/gpu/gpu_surface_tracker.h
|
| diff --git a/content/browser/gpu/gpu_surface_tracker.h b/content/browser/gpu/gpu_surface_tracker.h
|
| index c3541e849f7bf38dbbcf48bd31451d980376aa14..bb5c5c4ae018d07da485366140484d2db932f573 100644
|
| --- a/content/browser/gpu/gpu_surface_tracker.h
|
| +++ b/content/browser/gpu/gpu_surface_tracker.h
|
| @@ -28,7 +28,7 @@ namespace content {
|
| // ANativeWindow, using GpuSurfaceLookup (implemented by
|
| // SurfaceTextureManagerImpl).
|
| // On Mac, the handle just passes through the GPU process, and is sent back via
|
| -// GpuHostMsg_AcceleratedSurfaceBuffersSwapped to reference the surface.
|
| +// GpuCommandBufferMsg_SwapBuffersCompleted to reference the surface.
|
| // This class is thread safe.
|
| class CONTENT_EXPORT GpuSurfaceTracker : public gpu::GpuSurfaceLookup {
|
| public:
|
|
|