| Index: content/test/layouttest_support.cc
|
| diff --git a/content/test/layouttest_support.cc b/content/test/layouttest_support.cc
|
| index a186e191ff4beeee921a6dbbe48902c310626307..2a234e8f02d7ade3d914f835ca8289095f0aad85 100644
|
| --- a/content/test/layouttest_support.cc
|
| +++ b/content/test/layouttest_support.cc
|
| @@ -120,4 +120,8 @@ void DisableModalPopupMenus() {
|
| #endif
|
| }
|
|
|
| +scoped_refptr<base::MessageLoopProxy> GetMediaThreadMessageLoopProxy() {
|
| + return RenderThreadImpl::current()->GetMediaThreadMessageLoopProxy();
|
| +}
|
| +
|
| } // namespace content
|
|
|