| Index: athena/content/app_activity.h
|
| diff --git a/athena/content/app_activity.h b/athena/content/app_activity.h
|
| index c721446480fe31d0ef3cffd9241111c88fc040fc..e3aaed316dba0a790bfc91197b7ad21183835be7 100644
|
| --- a/athena/content/app_activity.h
|
| +++ b/athena/content/app_activity.h
|
| @@ -37,6 +37,7 @@ class AppActivity : public Activity,
|
| virtual void Init() OVERRIDE;
|
| virtual SkColor GetRepresentativeColor() const OVERRIDE;
|
| virtual base::string16 GetTitle() const OVERRIDE;
|
| + virtual gfx::ImageSkia GetIcon() const OVERRIDE;
|
| virtual bool UsesFrame() const OVERRIDE;
|
| virtual views::View* GetContentsView() OVERRIDE;
|
| virtual void CreateOverviewModeImage() OVERRIDE;
|
|
|