| Index: content/browser/frame_host/frame_tree_node.h
|
| diff --git a/content/browser/frame_host/frame_tree_node.h b/content/browser/frame_host/frame_tree_node.h
|
| index c108da5eebae48e680dc5b879e0556276f238a6e..f806856abba8710014c6e341e2758a0df0516584 100644
|
| --- a/content/browser/frame_host/frame_tree_node.h
|
| +++ b/content/browser/frame_host/frame_tree_node.h
|
| @@ -272,6 +272,8 @@ class CONTENT_EXPORT FrameTreeNode {
|
|
|
| void set_parent(FrameTreeNode* parent) { parent_ = parent; }
|
|
|
| + void TraceSnapshot() const;
|
| +
|
| // The next available browser-global FrameTreeNode ID.
|
| static int next_frame_tree_node_id_;
|
|
|
|
|