| Index: content/test/layouttest_support.cc
|
| diff --git a/content/test/layouttest_support.cc b/content/test/layouttest_support.cc
|
| index 100ce3d3a87356a2a512cd834fbc66c7d5ef0551..15251ede435a5b516d82c28fc8d93e0247ffc48a 100644
|
| --- a/content/test/layouttest_support.cc
|
| +++ b/content/test/layouttest_support.cc
|
| @@ -111,4 +111,8 @@ void DisableAutoResizeMode(RenderView* render_view, const WebSize& new_size) {
|
| ->DisableAutoResizeForTesting(new_size);
|
| }
|
|
|
| +scoped_refptr<base::MessageLoopProxy> GetMediaThreadMessageLoopProxy() {
|
| + return RenderThreadImpl::current()->GetMediaThreadMessageLoopProxy();
|
| +}
|
| +
|
| } // namespace content
|
|
|