| Index: athena/content/app_activity_proxy.h
|
| diff --git a/athena/content/app_activity_proxy.h b/athena/content/app_activity_proxy.h
|
| index cdeb07e39690f9e66d70532e31c22f15dc8a629d..c77d8c434c3e995c1cf4f370847b52f3f96d15e3 100644
|
| --- a/athena/content/app_activity_proxy.h
|
| +++ b/athena/content/app_activity_proxy.h
|
| @@ -49,7 +49,7 @@ class AppActivityProxy : public Activity,
|
| virtual bool UsesFrame() const OVERRIDE;
|
| virtual views::View* GetContentsView() OVERRIDE;
|
| virtual views::Widget* CreateWidget() OVERRIDE;
|
| - virtual gfx::ImageSkia GetOverviewModeImage() OVERRIDE;
|
| + virtual scoped_ptr<gfx::Image> GetOverviewModeImage() OVERRIDE;
|
| virtual void PrepareContentsForOverview() OVERRIDE;
|
| virtual void ResetContentsView() OVERRIDE;
|
|
|
|
|