Chromium Code Reviews| Index: content/shell/shell.h |
| diff --git a/content/shell/shell.h b/content/shell/shell.h |
| index ad81610175a7f48b8577c48160fa44f8cda97e45..596c746e31ec5ecddaa3c546be3ad54531a593b3 100644 |
| --- a/content/shell/shell.h |
| +++ b/content/shell/shell.h |
| @@ -103,6 +103,10 @@ class Shell : public WebContentsDelegate, |
| virtual void LoadingStateChanged(WebContents* source) OVERRIDE; |
| #if defined(OS_ANDROID) |
| virtual void LoadProgressChanged(double progress) OVERRIDE; |
| + virtual void AttachLayer(WebContents* web_contents, |
|
klobag.chromium
2012/08/22 07:01:19
const WebLayer&
|
| + WebKit::WebLayer& layer) OVERRIDE; |
| + virtual void RemoveLayer(WebContents* web_contents, |
| + WebKit::WebLayer& layer) OVERRIDE; |
| #endif |
| virtual void CloseContents(WebContents* source) OVERRIDE; |
| virtual void WebContentsCreated(WebContents* source_contents, |