Chromium Code Reviews| Index: content/public/test/mock_render_thread.cc |
| diff --git a/content/public/test/mock_render_thread.cc b/content/public/test/mock_render_thread.cc |
| index 455f2f1cc8922dc0b4053a8a214e23f1c89eafe7..97d268872ba843198fb38f7880628b56d5fd5eaf 100644 |
| --- a/content/public/test/mock_render_thread.cc |
| +++ b/content/public/test/mock_render_thread.cc |
| @@ -218,6 +218,10 @@ base::WaitableEvent* MockRenderThread::GetShutdownEvent() { |
| return NULL; |
| } |
| +int32_t MockRenderThread::GetClientId() { |
| + return 1; |
| +} |
| + |
| #if defined(OS_WIN) |
| void MockRenderThread::PreCacheFont(const LOGFONT& log_font) { |
| } |