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

Unified Diff: gpu/ipc/service/image_transport_surface_overlay_mac.h

Issue 2629633003: Refactor GL bindings so there is no global GLApi or DriverGL. (Closed)
Patch Set: rebase Created 3 years, 11 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/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_;
« no previous file with comments | « gpu/ipc/service/image_transport_surface_mac.mm ('k') | gpu/ipc/service/image_transport_surface_overlay_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698