summaryrefslogtreecommitdiffstats
path: root/content/public/test/mock_render_process_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/public/test/mock_render_process_host.h')
-rw-r--r--content/public/test/mock_render_process_host.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/public/test/mock_render_process_host.h b/content/public/test/mock_render_process_host.h
index 60ebef2..c9f20fa 100644
--- a/content/public/test/mock_render_process_host.h
+++ b/content/public/test/mock_render_process_host.h
@@ -73,6 +73,7 @@ class MockRenderProcessHost : public RenderProcessHost {
virtual void AddFilter(BrowserMessageFilter* filter) OVERRIDE;
virtual bool FastShutdownForPageCount(size_t count) OVERRIDE;
virtual base::TimeDelta GetChildProcessIdleTime() const OVERRIDE;
+ virtual void SurfaceUpdated(int32 surface_id) OVERRIDE;
virtual void ResumeRequestsForView(int route_id) OVERRIDE;
#if defined(ENABLE_WEBRTC)
virtual void EnableAecDump(const base::FilePath& file) OVERRIDE;