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

Unified Diff: content/common/gpu/gpu_channel_manager_delegate.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/common/gpu/ca_layer_tree_mac.mm ('k') | content/common/gpu/image_transport_surface_overlay_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/gpu/gpu_channel_manager_delegate.h
diff --git a/content/common/gpu/gpu_channel_manager_delegate.h b/content/common/gpu/gpu_channel_manager_delegate.h
index 00b3fe6a4606f0a5c4ee29650cf43a137b89ba56..07fd27f2ad214fae42368b2604a750196d000da8 100644
--- a/content/common/gpu/gpu_channel_manager_delegate.h
+++ b/content/common/gpu/gpu_channel_manager_delegate.h
@@ -68,6 +68,8 @@ class GpuChannelManagerDelegate {
int32_t surface_id,
CAContextID ca_context_id,
const gfx::ScopedRefCountedIOSurfaceMachPort& io_surface,
+ bool use_detached,
+ CAContextID detached_ca_context_id,
const gfx::Size& size,
float scale_factor,
std::vector<ui::LatencyInfo> latency_info) = 0;
« no previous file with comments | « content/common/gpu/ca_layer_tree_mac.mm ('k') | content/common/gpu/image_transport_surface_overlay_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698