| Index: content/public/test/browser_test_utils.cc
|
| diff --git a/content/public/test/browser_test_utils.cc b/content/public/test/browser_test_utils.cc
|
| index 3619a9a20448e584ace356e32a336283030d6a08..a778df2fcf895cc833c3e45d8915313a5db1db47 100644
|
| --- a/content/public/test/browser_test_utils.cc
|
| +++ b/content/public/test/browser_test_utils.cc
|
| @@ -1435,7 +1435,7 @@ bool FrameWatcher::OnMessageReceived(const IPC::Message& message) {
|
| ViewHostMsg_SwapCompositorFrame::Param param;
|
| if (!ViewHostMsg_SwapCompositorFrame::Read(&message, ¶m))
|
| return false;
|
| - cc::CompositorFrame frame(std::move(std::get<1>(param)));
|
| + cc::CompositorFrame frame(std::move(std::get<2>(param)));
|
|
|
| BrowserThread::PostTask(
|
| BrowserThread::UI, FROM_HERE,
|
|
|