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

Unified Diff: public/web/WebFrame.h

Issue 1156473002: Refactor FrameLoader loading interface (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Addressed comments Created 5 years, 7 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: public/web/WebFrame.h
diff --git a/public/web/WebFrame.h b/public/web/WebFrame.h
index 16e0ba8db388c13f357931feaabf72501185006e..3ac1c8d1b26522a0520047e15b03c8919cc78c70 100644
--- a/public/web/WebFrame.h
+++ b/public/web/WebFrame.h
@@ -35,6 +35,7 @@
#include "WebHistoryItem.h"
#include "WebIconURL.h"
#include "WebNode.h"
+#include "WebSerializedScriptValue.h"
#include "WebURLLoaderOptions.h"
#include "public/platform/WebCanvas.h"
#include "public/platform/WebMessagePortChannel.h"
@@ -42,6 +43,7 @@
#include "public/platform/WebReferrerPolicy.h"
#include "public/platform/WebURL.h"
#include "public/platform/WebURLRequest.h"
+#include "public/web/WebFrameLoadType.h"
Nate Chapin 2015/06/04 23:23:09 Why these #includes?
clamy 2015/06/05 14:11:48 There were left-overs. Removed them.
#include "public/web/WebTreeScopeType.h"
struct NPObject;

Powered by Google App Engine
This is Rietveld 408576698