| Index: athena/content/app_activity_proxy.h
|
| diff --git a/athena/content/app_activity_proxy.h b/athena/content/app_activity_proxy.h
|
| index 5685be670983b2da0156f39a69e0dcaaa03c6929..6ea263ffcebb870047e47a17abd4daf0e3c790ce 100644
|
| --- a/athena/content/app_activity_proxy.h
|
| +++ b/athena/content/app_activity_proxy.h
|
| @@ -45,6 +45,8 @@ class AppActivityProxy : public Activity,
|
| virtual views::View* GetContentsView() OVERRIDE;
|
| virtual void CreateOverviewModeImage() OVERRIDE;
|
| virtual gfx::ImageSkia GetOverviewModeImage() OVERRIDE;
|
| + virtual void PrepareContentsForOverview() OVERRIDE;
|
| + virtual void ResetContentsView() OVERRIDE;
|
|
|
| private:
|
| // The creator of this object which needs to be informed if the object gets
|
|
|