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

Unified Diff: content/common/gpu/ca_layer_tree_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
Index: content/common/gpu/ca_layer_tree_mac.h
diff --git a/content/common/gpu/ca_layer_tree_mac.h b/content/common/gpu/ca_layer_tree_mac.h
index 56ce4e4c6a55b4f9e1b3143543949562ea2b51d1..2b1c81dc5b70ca72ce74ce7038746b79b6542f8e 100644
--- a/content/common/gpu/ca_layer_tree_mac.h
+++ b/content/common/gpu/ca_layer_tree_mac.h
@@ -53,6 +53,8 @@ class CONTENT_EXPORT CALayerTree {
// be destroyed at the end of the function, and any CALayers in it which were
// not re-used by |this| will be removed from the CALayer hierarchy.
void CommitScheduledCALayers(CALayer* superlayer,
+ bool* use_detached_video_layer,
+ AVSampleBufferDisplayLayer* detached_video_layer,
scoped_ptr<CALayerTree> old_tree,
float scale_factor);
« no previous file with comments | « content/common/accelerated_surface_buffers_swapped_params_mac.h ('k') | content/common/gpu/ca_layer_tree_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698