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

Unified Diff: content/common/accelerated_surface_buffers_swapped_params_mac.h

Issue 1844053002: Add detached mode plumbing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: And target Created 4 years, 9 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
« no previous file with comments | « content/browser/web_contents/web_contents_view_mac.mm ('k') | content/common/gpu/ca_layer_tree_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/accelerated_surface_buffers_swapped_params_mac.h
diff --git a/content/common/accelerated_surface_buffers_swapped_params_mac.h b/content/common/accelerated_surface_buffers_swapped_params_mac.h
index 71fb4ffd7774d2e26cae72b402addf59d2f7a9f1..6b9f1a931a340b4a1b9920049d338d8dd5cfdb1b 100644
--- a/content/common/accelerated_surface_buffers_swapped_params_mac.h
+++ b/content/common/accelerated_surface_buffers_swapped_params_mac.h
@@ -18,6 +18,8 @@ struct AcceleratedSurfaceBuffersSwappedParams {
int32_t surface_id;
CAContextID ca_context_id;
gfx::ScopedRefCountedIOSurfaceMachPort io_surface;
+ bool use_detached;
+ CAContextID detached_ca_context_id;
gfx::Size size;
float scale_factor;
std::vector<ui::LatencyInfo> latency_info;
« no previous file with comments | « content/browser/web_contents/web_contents_view_mac.mm ('k') | content/common/gpu/ca_layer_tree_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698