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

Unified Diff: third_party/WebKit/public/web/WebLocalFrame.h

Issue 2185493002: Remove redundant includes/forward declarations in WebFrame.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « third_party/WebKit/public/web/WebFrame.h ('k') | third_party/WebKit/public/web/WebView.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebLocalFrame.h
diff --git a/third_party/WebKit/public/web/WebLocalFrame.h b/third_party/WebKit/public/web/WebLocalFrame.h
index 59e559efda3a82ae4f9bd4064bc772b1dd3b3809..3d93c037f2a8aac9401164b42d73a4e200442ecd 100644
--- a/third_party/WebKit/public/web/WebLocalFrame.h
+++ b/third_party/WebKit/public/web/WebLocalFrame.h
@@ -5,8 +5,11 @@
#ifndef WebLocalFrame_h
#define WebLocalFrame_h
+#include "WebCompositionUnderline.h"
#include "WebFrame.h"
#include "WebFrameLoadType.h"
+#include "WebHistoryItem.h"
+#include "public/platform/WebCachePolicy.h"
namespace blink {
@@ -15,14 +18,16 @@ class WebContentSettingsClient;
class WebDevToolsAgent;
class WebDevToolsAgentClient;
class WebFrameClient;
-class WebNode;
+class WebFrameWidget;
+class WebRange;
class WebScriptExecutionCallback;
class WebSuspendableTask;
-class WebFrameWidget;
enum class WebAppBannerPromptReply;
enum class WebCachePolicy;
enum class WebSandboxFlags;
enum class WebTreeScopeType;
+struct WebFindOptions;
+struct WebFloatRect;
struct WebPrintPresetOptions;
// Interface for interacting with in process frames. This contains methods that
« no previous file with comments | « third_party/WebKit/public/web/WebFrame.h ('k') | third_party/WebKit/public/web/WebView.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698