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

Unified Diff: webkit/plugins/npapi/webplugin.h

Issue 8468026: Cleanup: Remove unneeded forward declarations in webkit/plugins/. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 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
« no previous file with comments | « webkit/plugins/npapi/plugin_list.h ('k') | webkit/plugins/npapi/webplugin_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/npapi/webplugin.h
===================================================================
--- webkit/plugins/npapi/webplugin.h (revision 110200)
+++ webkit/plugins/npapi/webplugin.h (working copy)
@@ -21,15 +21,9 @@
class GURL;
struct NPObject;
-namespace WebKit {
-class WebFrame;
-}
-
namespace webkit {
namespace npapi {
-class WebPluginDelegate;
-class WebPluginParentView;
class WebPluginResourceClient;
#if defined(OS_MACOSX)
class WebPluginAcceleratedSurface;
@@ -146,10 +140,10 @@
#if defined(OS_MACOSX)
// Called to inform the WebPlugin that the plugin has gained or lost focus.
- virtual void FocusChanged(bool focused) {};
+ virtual void FocusChanged(bool focused) {}
// Starts plugin IME.
- virtual void StartIme() {};
+ virtual void StartIme() {}
// Synthesize a fake window handle for the plug-in to identify the instance
// to the browser, allowing mapping to a surface for hardware accelleration
« no previous file with comments | « webkit/plugins/npapi/plugin_list.h ('k') | webkit/plugins/npapi/webplugin_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698