| 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);
|
|
|
|
|