| Index: content/browser/renderer_host/mock_render_process_host.h
|
| diff --git a/content/browser/renderer_host/mock_render_process_host.h b/content/browser/renderer_host/mock_render_process_host.h
|
| index 9e8c49e964284ede21557ac3d8bb63ec4b6f6da7..370601fece308897b8cbd7dc05a18a886d77db51 100644
|
| --- a/content/browser/renderer_host/mock_render_process_host.h
|
| +++ b/content/browser/renderer_host/mock_render_process_host.h
|
| @@ -48,11 +48,11 @@ class MockRenderProcessHost : public content::RenderProcessHost {
|
| virtual void WidgetHidden() OVERRIDE;
|
| virtual int VisibleWidgetCount() const OVERRIDE;
|
| virtual void AddWord(const string16& word);
|
| - virtual bool FastShutdownIfPossible();
|
| - virtual bool FastShutdownStarted() const;
|
| - virtual void DumpHandles();
|
| - virtual base::ProcessHandle GetHandle();
|
| - virtual TransportDIB* GetTransportDIB(TransportDIB::Id dib_id);
|
| + virtual bool FastShutdownIfPossible() OVERRIDE;
|
| + virtual bool FastShutdownStarted() const OVERRIDE;
|
| + virtual void DumpHandles() OVERRIDE;
|
| + virtual base::ProcessHandle GetHandle() OVERRIDE;
|
| + virtual TransportDIB* GetTransportDIB(TransportDIB::Id dib_id) OVERRIDE;
|
| virtual void SetCompositingSurface(
|
| int render_widget_id,
|
| gfx::PluginWindowHandle compositing_surface) OVERRIDE;
|
|
|