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

Unified Diff: Source/core/html/parser/HTMLPreloadScanner.h

Issue 1119883003: Componentization: make HTMLPreloadScanner, HTMLParserOptions, and ResourcePreloader visible for HTM… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 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 | « Source/core/html/parser/HTMLParserOptions.h ('k') | Source/core/html/parser/ResourcePreloader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/parser/HTMLPreloadScanner.h
diff --git a/Source/core/html/parser/HTMLPreloadScanner.h b/Source/core/html/parser/HTMLPreloadScanner.h
index ed3f3cc67bd0cbab936186fa2ae87101502d2859..30adb27d61ca768b24c43f141ba7fa936f3b3d13 100644
--- a/Source/core/html/parser/HTMLPreloadScanner.h
+++ b/Source/core/html/parser/HTMLPreloadScanner.h
@@ -27,6 +27,7 @@
#ifndef HTMLPreloadScanner_h
#define HTMLPreloadScanner_h
+#include "core/CoreExport.h"
#include "core/css/MediaValues.h"
#include "core/html/parser/CSSPreloadScanner.h"
#include "core/html/parser/CompactHTMLToken.h"
@@ -104,7 +105,7 @@ private:
Vector<Checkpoint> m_checkpoints;
};
-class HTMLPreloadScanner {
+class CORE_EXPORT HTMLPreloadScanner {
WTF_MAKE_NONCOPYABLE(HTMLPreloadScanner); WTF_MAKE_FAST_ALLOCATED(HTMLPreloadScanner);
public:
static PassOwnPtr<HTMLPreloadScanner> create(const HTMLParserOptions& options, const KURL& documentURL, PassRefPtr<MediaValues> mediaValues)
« no previous file with comments | « Source/core/html/parser/HTMLParserOptions.h ('k') | Source/core/html/parser/ResourcePreloader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698