| 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..5f3ac13fec0b96c8a687f4cdd463a98cfc92858e 100644
|
| --- a/athena/content/app_activity_proxy.h
|
| +++ b/athena/content/app_activity_proxy.h
|
| @@ -11,7 +11,6 @@
|
| #include "athena/activity/public/activity_view_model.h"
|
| #include "athena/content/content_proxy.h"
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "ui/gfx/image/image_skia.h"
|
|
|
| namespace athena {
|
|
|
| @@ -49,7 +48,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 gfx::Image GetOverviewModeImage() OVERRIDE;
|
| virtual void PrepareContentsForOverview() OVERRIDE;
|
| virtual void ResetContentsView() OVERRIDE;
|
|
|
|
|