| 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 ad39d25d7aa57c71e83eb9a26d620f06c74d4648..a292f78d752c1b3694b34e80591599086e71c516 100644
|
| --- a/content/public/test/mock_render_thread.cc
|
| +++ b/content/public/test/mock_render_thread.cc
|
| @@ -235,6 +235,10 @@ base::WaitableEvent* MockRenderThread::GetShutdownEvent() {
|
| return NULL;
|
| }
|
|
|
| +int32_t MockRenderThread::GetClientId() {
|
| + return 1;
|
| +}
|
| +
|
| #if defined(OS_WIN)
|
| void MockRenderThread::PreCacheFont(const LOGFONT& log_font) {
|
| }
|
|
|