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

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

Issue 143463011: [import] support document.stylesheets in imported documents. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Landing Created 6 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 | « Source/core/html/HTMLLinkElement.cpp ('k') | Source/core/html/LinkImport.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/LinkImport.h
diff --git a/Source/core/html/LinkImport.h b/Source/core/html/LinkImport.h
index 76425f750c46167b04888a7f2773a036f225c814..512af3609ccc6a85e4f197be26b60d406f087f98 100644
--- a/Source/core/html/LinkImport.h
+++ b/Source/core/html/LinkImport.h
@@ -66,6 +66,7 @@ public:
virtual bool isCreatedByParser() const OVERRIDE;
Document* importedDocument() const;
+ bool ownsLoader() const;
private:
void clear();
« no previous file with comments | « Source/core/html/HTMLLinkElement.cpp ('k') | Source/core/html/LinkImport.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698