| Index: apps/app_window.cc
|
| diff --git a/apps/app_window.cc b/apps/app_window.cc
|
| index aff711dd94a00147646d752c9c923f7a39e8a2e9..8598a61eed48cbd5223408b0762f2e66537040e9 100644
|
| --- a/apps/app_window.cc
|
| +++ b/apps/app_window.cc
|
| @@ -481,7 +481,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 ||
|
|
|