| Index: gpu/ipc/service/image_transport_surface_overlay_mac.h
|
| diff --git a/gpu/ipc/service/image_transport_surface_overlay_mac.h b/gpu/ipc/service/image_transport_surface_overlay_mac.h
|
| index cdd267df5cf4107db220d3838cd85d42abac905b..37ca7a73ebfa432e1ca7f7e9032d2e80046f9674 100644
|
| --- a/gpu/ipc/service/image_transport_surface_overlay_mac.h
|
| +++ b/gpu/ipc/service/image_transport_surface_overlay_mac.h
|
| @@ -92,8 +92,7 @@ class ImageTransportSurfaceOverlayMac : public gl::GLSurface,
|
| std::vector<CALayerInUseQuery> ca_layer_in_use_queries_;
|
|
|
| // A GLFence marking the end of the previous frame. Must only be accessed
|
| - // while in a ScopedSetGLToRealGLApi, and while the associated
|
| - // |previous_frame_context_| is bound.
|
| + // while the associated |previous_frame_context_| is bound.
|
| std::unique_ptr<gl::GLFence> previous_frame_fence_;
|
| base::ScopedTypeRef<CGLContextObj> fence_context_obj_;
|
|
|
|
|