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

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

Issue 19762002: [HTML Imports] Let script of imported document running. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed a failing test. Created 7 years, 5 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
Index: Source/core/html/HTMLImport.h
diff --git a/Source/core/html/HTMLImport.h b/Source/core/html/HTMLImport.h
index afcec1728d0471c54f5b1418f10a27561a2d1004..0f64bf4d63f5157f36205d535bd4bf4e9e52c967 100644
--- a/Source/core/html/HTMLImport.h
+++ b/Source/core/html/HTMLImport.h
@@ -33,6 +33,7 @@
namespace WebCore {
+class Frame;
class Document;
class HTMLImportsController;
@@ -41,6 +42,8 @@ public:
virtual ~HTMLImport() { }
bool haveChildrenLoaded();
+ Frame* frame();
+ Document* master();
virtual HTMLImportsController* controller() = 0;
virtual HTMLImport* parent() = 0;

Powered by Google App Engine
This is Rietveld 408576698