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

Unified Diff: Source/core/html/LinkResource.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/LinkImport.cpp ('k') | Source/core/loader/cache/FetchRequest.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/LinkResource.h
diff --git a/Source/core/html/LinkResource.h b/Source/core/html/LinkResource.h
index 0a8b2a89b27d9e388b397fda53c22489f1eea1e7..8c6c84e0fda726ba53f004dbe3c353e04a3d06b1 100644
--- a/Source/core/html/LinkResource.h
+++ b/Source/core/html/LinkResource.h
@@ -53,6 +53,7 @@ public:
virtual Type type() const = 0;
virtual void process() = 0;
virtual void ownerRemoved() = 0;
+ virtual bool hasLoaded() const = 0;
protected:
HTMLLinkElement* m_owner;
« no previous file with comments | « Source/core/html/LinkImport.cpp ('k') | Source/core/loader/cache/FetchRequest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698