| Index: athena/content/web_activity.h
|
| diff --git a/athena/content/web_activity.h b/athena/content/web_activity.h
|
| index 6e3f41ba0e0eb0b29e33669fb966e8356e60b354..e421f6f621e66dc186e5e19f192cebd27dd0dfae 100644
|
| --- a/athena/content/web_activity.h
|
| +++ b/athena/content/web_activity.h
|
| @@ -39,6 +39,7 @@ class WebActivity : public Activity,
|
| virtual ActivityState GetCurrentState() OVERRIDE;
|
| virtual bool IsVisible() OVERRIDE;
|
| virtual ActivityMediaState GetMediaState() OVERRIDE;
|
| + virtual aura::Window* GetWindow() OVERRIDE;
|
|
|
| // ActivityViewModel:
|
| virtual void Init() OVERRIDE;
|
|
|