| Index: athena/test/sample_activity.h
|
| diff --git a/athena/test/sample_activity.h b/athena/test/sample_activity.h
|
| index 791bd2029e6c9eb128640e0ef5dc1591dc74fffa..e8e52519481d6612798bf0933cfe1be02126c05b 100644
|
| --- a/athena/test/sample_activity.h
|
| +++ b/athena/test/sample_activity.h
|
| @@ -36,7 +36,7 @@ class SampleActivity : 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;
|
|
|
|
|