| Index: apps/app_window.cc
|
| diff --git a/apps/app_window.cc b/apps/app_window.cc
|
| index 84fb3e6263472b3274805f29c1f08be15224a14a..5c91b5c2d52241181392787b5fe79cbc1252a06b 100644
|
| --- a/apps/app_window.cc
|
| +++ b/apps/app_window.cc
|
| @@ -479,7 +479,7 @@ bool AppWindow::PreHandleGestureEvent(WebContents* source,
|
| event.type == blink::WebGestureEvent::GesturePinchEnd;
|
| }
|
|
|
| -void AppWindow::DidFirstVisuallyNonEmptyPaint(int32 page_id) {
|
| +void AppWindow::DidFirstVisuallyNonEmptyPaint() {
|
| first_paint_complete_ = true;
|
| if (show_on_first_paint_) {
|
| DCHECK(delayed_show_type_ == SHOW_ACTIVE ||
|
|
|