| Index: athena/main/athena_main.cc
|
| diff --git a/athena/main/athena_main.cc b/athena/main/athena_main.cc
|
| index addb6fe4294c2b75945b2d73eec4d103d4944d6c..f8ce7bb8f42f7315ea16688fa0d6e8508d26686e 100644
|
| --- a/athena/main/athena_main.cc
|
| +++ b/athena/main/athena_main.cc
|
| @@ -128,7 +128,7 @@ class AthenaContentBrowserClient
|
|
|
| // content::ContentBrowserClient:
|
| virtual content::WebContentsViewDelegate* GetWebContentsViewDelegate(
|
| - content::WebContents* web_contents) override {
|
| + content::WebContents* web_contents, gfx::NativeView context) override {
|
| return athena::CreateWebContentsViewDelegate(web_contents);
|
| }
|
|
|
|
|