| Index: content/child/npapi/webplugin.h
|
| diff --git a/content/child/npapi/webplugin.h b/content/child/npapi/webplugin.h
|
| index 690967b005a82a289ec92d79ed0511c0b0033869..9e7f1ed80c6fd18a364300ee9950a6aacfcf41fc 100644
|
| --- a/content/child/npapi/webplugin.h
|
| +++ b/content/child/npapi/webplugin.h
|
| @@ -36,19 +36,6 @@ class WebPlugin {
|
| public:
|
| virtual ~WebPlugin() {}
|
|
|
| - // Called by the plugin delegate to let the WebPlugin know if the plugin is
|
| - // windowed (i.e. handle is not NULL) or windowless (handle is NULL). This
|
| - // tells the WebPlugin to send mouse/keyboard events to the plugin delegate,
|
| - // as well as the information about the HDC for paint operations.
|
| - virtual void SetWindow(gfx::PluginWindowHandle window) = 0;
|
| -
|
| - // Whether input events should be sent to the delegate.
|
| - virtual void SetAcceptsInputEvents(bool accepts) = 0;
|
| -
|
| - // Called by the plugin delegate to let it know that the window is being
|
| - // destroyed.
|
| - virtual void WillDestroyWindow(gfx::PluginWindowHandle window) = 0;
|
| -
|
| virtual void Invalidate() = 0;
|
| virtual void InvalidateRect(const gfx::Rect& rect) = 0;
|
|
|
|
|