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

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

Issue 2542203004: blink: Cleanup class/struct forward declarations (Closed)
Patch Set: Created 4 years 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: third_party/WebKit/public/web/WebFrame.h
diff --git a/third_party/WebKit/public/web/WebFrame.h b/third_party/WebKit/public/web/WebFrame.h
index 65d224e56fdc765b65a5fc4926e31e6216c6d40a..8b6001e89d692d219865c11a7dec6006f9475999 100644
--- a/third_party/WebKit/public/web/WebFrame.h
+++ b/third_party/WebKit/public/web/WebFrame.h
@@ -39,12 +39,9 @@
#include "public/web/WebTreeScopeType.h"
#include <memory>
-struct NPObject;
-
namespace v8 {
class Context;
class Function;
-class Object;
class Value;
template <class T>
class Local;
@@ -63,7 +60,6 @@ class WebDataSource;
class WebDocument;
class WebElement;
class WebFrameImplBase;
-class WebLayer;
class WebLocalFrame;
class WebPerformance;
class WebRemoteFrame;
« no previous file with comments | « third_party/WebKit/public/web/WebElementCollection.h ('k') | third_party/WebKit/public/web/WebFrameClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698