| Index: content/renderer/browser_plugin/browser_plugin.h
|
| diff --git a/content/renderer/browser_plugin/browser_plugin.h b/content/renderer/browser_plugin/browser_plugin.h
|
| index 033dcea8e35dedcdaae964bf580173bd683fca96..24ad8e2d9e1fcaaeef1d6c396b247c9c84fc89cb 100644
|
| --- a/content/renderer/browser_plugin/browser_plugin.h
|
| +++ b/content/renderer/browser_plugin/browser_plugin.h
|
| @@ -89,7 +89,7 @@ class CONTENT_EXPORT BrowserPlugin :
|
| bool supportsInputMethod() const override;
|
| bool canProcessDrag() const override;
|
| void updateAllLifecyclePhases() override {}
|
| - void paint(blink::WebCanvas* canvas, const blink::WebRect& rect) override;
|
| + void paint(blink::WebCanvas* canvas, const blink::WebRect& rect) override {}
|
| void updateGeometry(const blink::WebRect& window_rect,
|
| const blink::WebRect& clip_rect,
|
| const blink::WebRect& unobscured_rect,
|
| @@ -146,7 +146,6 @@ class CONTENT_EXPORT BrowserPlugin :
|
|
|
| gfx::Rect view_rect() const { return view_rect_; }
|
|
|
| - void ShowSadGraphic();
|
| void UpdateInternalInstanceId();
|
|
|
| // IPC message handlers.
|
|
|