| 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 07e069fc7b3e0c37d0132087ff9aa948a09eeebc..5dad98b61b95bf50669c09358f21aa24e1139a17 100644
|
| --- a/content/public/test/browser_test_utils.cc
|
| +++ b/content/public/test/browser_test_utils.cc
|
| @@ -1439,7 +1439,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,
|
|
|