| Index: content/public/test/mock_render_thread.h
|
| diff --git a/content/public/test/mock_render_thread.h b/content/public/test/mock_render_thread.h
|
| index 8520e4812ba88dc16edeb478558a6ba2723f263c..682fb26e85bbbeee606223ae6947fac2a0a2d610 100644
|
| --- a/content/public/test/mock_render_thread.h
|
| +++ b/content/public/test/mock_render_thread.h
|
| @@ -74,6 +74,7 @@ class MockRenderThread : public RenderThread {
|
| virtual void PreCacheFont(const LOGFONT& log_font) OVERRIDE;
|
| virtual void ReleaseCachedFonts() OVERRIDE;
|
| #endif
|
| + virtual void ToggleWebKitSharedTimer(bool suspend) OVERRIDE;
|
|
|
| //////////////////////////////////////////////////////////////////////////
|
| // The following functions are called by the test itself.
|
|
|