| Index: third_party/WebKit/Source/core/inspector/InspectorCSSAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorCSSAgent.h b/third_party/WebKit/Source/core/inspector/InspectorCSSAgent.h
|
| index 6b381b27aedbc56262d059f67ad30c05756e0639..3c57a1d9a13537a1e338348e9525fc402693ce99 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorCSSAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorCSSAgent.h
|
| @@ -217,8 +217,11 @@ class CORE_EXPORT InspectorCSSAgent final
|
| CSSStyleDeclaration* FindEffectiveDeclaration(
|
| CSSPropertyID,
|
| const HeapVector<Member<CSSStyleDeclaration>>& styles);
|
| - protocol::Response getLayoutTreeAndStyles(
|
| + protocol::Response getDocumentSnapshot(
|
| std::unique_ptr<protocol::Array<String>> style_whitelist,
|
| + protocol::Maybe<int> dom_depth,
|
| + protocol::Maybe<bool> pierce,
|
| + std::unique_ptr<protocol::Array<protocol::DOM::Node>>* dom_nodes,
|
| std::unique_ptr<protocol::Array<protocol::CSS::LayoutTreeNode>>*
|
| layout_tree_nodes,
|
| std::unique_ptr<protocol::Array<protocol::CSS::ComputedStyle>>*
|
|
|