| Index: content/shell/shell.h
|
| diff --git a/content/shell/shell.h b/content/shell/shell.h
|
| index a8ded871052546e807f66bf06e37facb68af9cab..e8d504c661048269c05a634ee36295460ed56389 100644
|
| --- a/content/shell/shell.h
|
| +++ b/content/shell/shell.h
|
| @@ -102,7 +102,8 @@ class Shell : public WebContentsDelegate,
|
| const OpenURLParams& params) OVERRIDE;
|
| virtual void LoadingStateChanged(WebContents* source) OVERRIDE;
|
| #if defined(OS_ANDROID)
|
| - virtual void LoadProgressChanged(double progress) OVERRIDE;
|
| + virtual void LoadProgressChanged(WebContents* source,
|
| + double progress) OVERRIDE;
|
| virtual void AttachLayer(WebContents* web_contents,
|
| WebKit::WebLayer* layer) OVERRIDE;
|
| virtual void RemoveLayer(WebContents* web_contents,
|
|
|