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

Unified Diff: Source/core/html/HTMLImportsController.h

Issue 22573005: [HTML Imports] Implement "load" and "error" events. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: For landing Created 7 years, 4 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/HTMLImportLoaderClient.h ('k') | Source/core/html/HTMLImportsController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLImportsController.h
diff --git a/Source/core/html/HTMLImportsController.h b/Source/core/html/HTMLImportsController.h
index 61da648b910a25a9585dd1393abf3320daa9c838..539bcc6e725d3563dc987e7979e02e347231cd11 100644
--- a/Source/core/html/HTMLImportsController.h
+++ b/Source/core/html/HTMLImportsController.h
@@ -42,9 +42,11 @@
namespace WebCore {
+class FetchRequest;
class ScriptExecutionContext;
class ResourceFetcher;
class HTMLImportLoader;
+class HTMLImportLoaderClient;
class HTMLImportsController : public HTMLImportRoot, public Supplement<ScriptExecutionContext> {
WTF_MAKE_FAST_ALLOCATED;
@@ -65,7 +67,7 @@ public:
virtual void importWasDisposed() OVERRIDE;
virtual HTMLImportsController* toController() { return this; }
- PassRefPtr<HTMLImportLoader> createLoader(HTMLImport* parent, const KURL&, const ResourcePtr<CachedRawResource>&);
+ PassRefPtr<HTMLImportLoader> createLoader(HTMLImport* parent, FetchRequest);
void showSecurityErrorMessage(const String&);
PassRefPtr<HTMLImportLoader> findLinkFor(const KURL&) const;
SecurityOrigin* securityOrigin() const;
« no previous file with comments | « Source/core/html/HTMLImportLoaderClient.h ('k') | Source/core/html/HTMLImportsController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698