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

Unified Diff: headless/public/headless_devtools_client.h

Issue 2882193002: [devtools] Add DOMSnapshot domain for dom+layout+style snapshots. (Closed)
Patch Set: move aux properties back to node type 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
« no previous file with comments | « headless/lib/headless_devtools_client_browsertest.cc ('k') | headless/public/util/dom_tree_extractor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/public/headless_devtools_client.h
diff --git a/headless/public/headless_devtools_client.h b/headless/public/headless_devtools_client.h
index 1b8073e81b54d3a686e04502f526be5a08f29da5..b96f5cadb6e6b97c0cec8f0ffce3e13b7c839f5c 100644
--- a/headless/public/headless_devtools_client.h
+++ b/headless/public/headless_devtools_client.h
@@ -48,6 +48,9 @@ class Domain;
namespace dom_debugger {
class Domain;
}
+namespace dom_snapshot {
+class Domain;
+}
namespace dom_storage {
class Domain;
}
@@ -127,6 +130,7 @@ class HEADLESS_EXPORT HeadlessDevToolsClient {
virtual device_orientation::Domain* GetDeviceOrientation() = 0;
virtual dom::Domain* GetDOM() = 0;
virtual dom_debugger::Domain* GetDOMDebugger() = 0;
+ virtual dom_snapshot::Domain* GetDOMSnapshot() = 0;
virtual dom_storage::Domain* GetDOMStorage() = 0;
virtual emulation::Domain* GetEmulation() = 0;
virtual heap_profiler::Domain* GetHeapProfiler() = 0;
« no previous file with comments | « headless/lib/headless_devtools_client_browsertest.cc ('k') | headless/public/util/dom_tree_extractor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698