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

Unified Diff: components/plugins/renderer/webview_plugin.h

Issue 2511973004: components: Cleanup class/struct fwd declarations (Closed)
Patch Set: Rebase on top of current master branch Created 4 years, 1 month 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: components/plugins/renderer/webview_plugin.h
diff --git a/components/plugins/renderer/webview_plugin.h b/components/plugins/renderer/webview_plugin.h
index fdb1cf9cbbeeb6915cffa86b053ed20b3e896ef2..712fc0e8bfd3e866790cf639301d41cafbec7fa3 100644
--- a/components/plugins/renderer/webview_plugin.h
+++ b/components/plugins/renderer/webview_plugin.h
@@ -20,7 +20,6 @@
#include "third_party/WebKit/public/web/WebViewClient.h"
namespace blink {
-class WebFrameWidget;
class WebMouseEvent;
}
@@ -29,10 +28,6 @@ class RenderView;
struct WebPreferences;
}
-namespace gfx {
-class Size;
-}
-
// This class implements the WebPlugin interface by forwarding drawing and
// handling input events to a WebView.
// It can be used as a placeholder for an actual plugin, using HTML for the UI.
« no previous file with comments | « components/pdf/renderer/pepper_pdf_host.h ('k') | components/policy/core/browser/configuration_policy_handler_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698