| Index: content/browser/web_contents/aura/overscroll_navigation_overlay_unittest.cc
|
| diff --git a/content/browser/web_contents/aura/overscroll_navigation_overlay_unittest.cc b/content/browser/web_contents/aura/overscroll_navigation_overlay_unittest.cc
|
| index 1e24364bc8fb909f1943a3268fcfcd4dbf75de12..4d12683bbf43abe40b06bcb7f9012c5008c0e282 100644
|
| --- a/content/browser/web_contents/aura/overscroll_navigation_overlay_unittest.cc
|
| +++ b/content/browser/web_contents/aura/overscroll_navigation_overlay_unittest.cc
|
| @@ -45,8 +45,7 @@ class OverscrollNavigationOverlayTest : public RenderViewHostImplTestHarness {
|
| }
|
|
|
| void ReceivePaintUpdate() {
|
| - ViewHostMsg_DidFirstVisuallyNonEmptyPaint msg(
|
| - test_rvh()->GetRoutingID(), 0);
|
| + ViewHostMsg_DidFirstVisuallyNonEmptyPaint msg(test_rvh()->GetRoutingID());
|
| RenderViewHostTester::TestOnMessageReceived(test_rvh(), msg);
|
| }
|
|
|
|
|