| 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 829b7dcb9affb6391fff0822b0557adc44e7e13f..a9419b30e6fd02b1797cf8748d1c3c7406002890 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);
|
| }
|
|
|
|
|