| Index: athena/test/sample_activity.h
|
| diff --git a/athena/test/sample_activity.h b/athena/test/sample_activity.h
|
| index 8658e0b7cc0a228c7784fe2465f031b5f228ec20..01706ca6704a76351faf04a7e4a8d776a8dffa8a 100644
|
| --- a/athena/test/sample_activity.h
|
| +++ b/athena/test/sample_activity.h
|
| @@ -36,6 +36,7 @@ class SampleActivity : public Activity,
|
| virtual base::string16 GetTitle() const OVERRIDE;
|
| virtual bool UsesFrame() const OVERRIDE;
|
| virtual views::View* GetContentsView() OVERRIDE;
|
| + virtual views::Widget* CreateWidget() OVERRIDE;
|
| virtual void CreateOverviewModeImage() OVERRIDE;
|
| virtual gfx::ImageSkia GetOverviewModeImage() OVERRIDE;
|
| virtual void PrepareContentsForOverview() OVERRIDE;
|
|
|