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

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h

Issue 2882193002: [devtools] Add DOMSnapshot domain for dom+layout+style snapshots. (Closed)
Patch Set: back to DOMSnapshot domain, with custom node types + traversal. Created 3 years, 6 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: third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h b/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h
index 37b076c9297fd31ce7ce54663ab657d252fa4492..a48cad1b183c02606456d708e0e0ea433e49c17f 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h
@@ -221,6 +221,7 @@ class CORE_EXPORT InspectorDOMAgent final
Node*&);
static String DocumentURLString(Document*);
+ static String DocumentBaseURLString(Document*);
std::unique_ptr<v8_inspector::protocol::Runtime::API::RemoteObject>
ResolveNode(Node*, const String& object_group);

Powered by Google App Engine
This is Rietveld 408576698