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

Unified Diff: headless/public/util/dom_tree_extractor.h

Issue 2673773002: Adds a FlatDomTreeExtractor to headless (Closed)
Patch Set: Fix DCHECKS Created 3 years, 11 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/BUILD.gn ('k') | headless/public/util/flat_dom_tree_extractor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/public/util/dom_tree_extractor.h
diff --git a/headless/public/util/dom_tree_extractor.h b/headless/public/util/dom_tree_extractor.h
index dcd08bfe91726e0ed8b799a166ad487fae7b2b76..1ba9bf392000740b099ddb2b220a70ccb6b065a3 100644
--- a/headless/public/util/dom_tree_extractor.h
+++ b/headless/public/util/dom_tree_extractor.h
@@ -19,6 +19,7 @@ class HeadlessDevToolsClient;
// addition, it also extracts details of bounding boxes and layout text (NB the
// exact layout should not be regarded as stable, it's subject to change without
// notice).
+// TODO(alexclarke): Remove in favor of one using DOM.getFlattenedDocument.
class DomTreeExtractor {
public:
explicit DomTreeExtractor(HeadlessDevToolsClient* devtools_client);
« no previous file with comments | « headless/BUILD.gn ('k') | headless/public/util/flat_dom_tree_extractor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698