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

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

Issue 2775693003: Fix missing HEADLESS_EXPORT defines (Closed)
Patch Set: Added extra headless_export Created 3 years, 9 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/public/util/expedited_dispatcher.h ('k') | headless/public/util/generic_url_request_job.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/public/util/flat_dom_tree_extractor.h
diff --git a/headless/public/util/flat_dom_tree_extractor.h b/headless/public/util/flat_dom_tree_extractor.h
index 14de70d8572e3911a44d7035cfc8fa2933edec12..867c4594c75f646d175714bdcb7f2830394bbe3e 100644
--- a/headless/public/util/flat_dom_tree_extractor.h
+++ b/headless/public/util/flat_dom_tree_extractor.h
@@ -11,6 +11,7 @@
#include "base/macros.h"
#include "headless/public/devtools/domains/css.h"
#include "headless/public/devtools/domains/dom.h"
+#include "headless/public/headless_export.h"
namespace headless {
class HeadlessDevToolsClient;
@@ -19,7 +20,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).
-class FlatDomTreeExtractor {
+class HEADLESS_EXPORT FlatDomTreeExtractor {
public:
explicit FlatDomTreeExtractor(HeadlessDevToolsClient* devtools_client);
~FlatDomTreeExtractor();
@@ -27,7 +28,7 @@ class FlatDomTreeExtractor {
using NodeId = int;
using Index = size_t;
- class DomTree {
+ class HEADLESS_EXPORT DomTree {
public:
DomTree();
DomTree(DomTree&& other);
« no previous file with comments | « headless/public/util/expedited_dispatcher.h ('k') | headless/public/util/generic_url_request_job.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698