| Index: content/test/mock_render_thread.cc
|
| diff --git a/content/test/mock_render_thread.cc b/content/test/mock_render_thread.cc
|
| index 452c975755f382a3537604f3838c80c356db6e91..598c9a3cee7cc2e289de9b00df672f9878cf2c46 100644
|
| --- a/content/test/mock_render_thread.cc
|
| +++ b/content/test/mock_render_thread.cc
|
| @@ -173,6 +173,9 @@ void MockRenderThread::ReleaseCachedFonts() {
|
|
|
| #endif // OS_WIN
|
|
|
| +void MockRenderThread::ToggleWebKitSharedTimer(bool suspend) {
|
| +}
|
| +
|
| void MockRenderThread::SendCloseMessage() {
|
| ViewMsg_Close msg(routing_id_);
|
| widget_->OnMessageReceived(msg);
|
|
|