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 ca51b0575028171c30990b686532a6c518739d2a..19f7f28e44a2b2e4304841880a527b30232ad45b 100644 |
--- a/content/public/test/browser_test_utils.cc |
+++ b/content/public/test/browser_test_utils.cc |
@@ -1320,7 +1320,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, |