| Index: content/renderer/npapi/webplugin_impl.h
|
| diff --git a/content/renderer/npapi/webplugin_impl.h b/content/renderer/npapi/webplugin_impl.h
|
| index 45ec06fbcfa7ff924b2fca673b3687e91472bb0e..3e695e61de08b87b547321b4c2f61b0e19746e87 100644
|
| --- a/content/renderer/npapi/webplugin_impl.h
|
| +++ b/content/renderer/npapi/webplugin_impl.h
|
| @@ -96,9 +96,6 @@ class WebPluginImpl : public WebPlugin,
|
| bool isPlaceholder() override;
|
|
|
| // WebPlugin implementation:
|
| - void SetWindow(gfx::PluginWindowHandle window) override;
|
| - void SetAcceptsInputEvents(bool accepts) override;
|
| - void WillDestroyWindow(gfx::PluginWindowHandle window) override;
|
| void Invalidate() override;
|
| void InvalidateRect(const gfx::Rect& rect) override;
|
| NPObject* GetWindowScriptNPObject() override;
|
| @@ -185,8 +182,6 @@ class WebPluginImpl : public WebPlugin,
|
| // Check for invalid chars like @, ;, \ before the first / (in path).
|
| bool IsValidUrl(const GURL& url, ReferrerValue referrer_flag);
|
|
|
| - bool windowless_;
|
| - gfx::PluginWindowHandle window_;
|
| #if defined(OS_MACOSX)
|
| bool next_io_surface_allocated_;
|
| int32_t next_io_surface_width_;
|
| @@ -195,7 +190,6 @@ class WebPluginImpl : public WebPlugin,
|
| scoped_refptr<cc::IOSurfaceLayer> io_surface_layer_;
|
| scoped_ptr<blink::WebLayer> web_layer_;
|
| #endif
|
| - bool accepts_input_events_;
|
| RenderFrameImpl* render_frame_;
|
| base::WeakPtr<RenderViewImpl> render_view_;
|
| blink::WebFrame* webframe_;
|
|
|