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

Unified Diff: content/common/gpu/image_transport_surface_overlay_mac.h

Issue 1416363002: Mac: Always use surfaceless mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add export Created 5 years, 2 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: content/common/gpu/image_transport_surface_overlay_mac.h
diff --git a/content/common/gpu/image_transport_surface_overlay_mac.h b/content/common/gpu/image_transport_surface_overlay_mac.h
index e50c9d058a82d08d98d133f38ebd54dda38f8687..c4140f3115446dd1bca6f8edb3daf93a1bc4064e 100644
--- a/content/common/gpu/image_transport_surface_overlay_mac.h
+++ b/content/common/gpu/image_transport_surface_overlay_mac.h
@@ -97,6 +97,7 @@ class ImageTransportSurfaceOverlayMac : public gfx::GLSurface,
const base::TimeTicks& from, double interval_fraction);
scoped_ptr<ImageTransportHelper> helper_;
+ bool use_remote_layer_api_;
base::scoped_nsobject<CAContext> ca_context_;
base::scoped_nsobject<CALayer> ca_root_layer_;
« no previous file with comments | « content/common/gpu/image_transport_surface_iosurface_mac.cc ('k') | content/common/gpu/image_transport_surface_overlay_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698