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

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

Issue 19940002: [HTML Import] Respect Content Security Policy Model (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix mac build failure. 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..43a13f81ca47b8c291067f88682b52142b6e8059 100644
--- a/Source/core/html/HTMLImport.h
+++ b/Source/core/html/HTMLImport.h
@@ -34,6 +34,7 @@
namespace WebCore {
class Document;
+class Frame;
class HTMLImportsController;
class HTMLImport {
@@ -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