| Index: athena/test/sample_activity.h
|
| diff --git a/athena/test/sample_activity.h b/athena/test/sample_activity.h
|
| index a43d60986d03f5dc83c74a36fcb915901a73fd58..8658e0b7cc0a228c7784fe2465f031b5f228ec20 100644
|
| --- a/athena/test/sample_activity.h
|
| +++ b/athena/test/sample_activity.h
|
| @@ -38,6 +38,8 @@ class SampleActivity : public Activity,
|
| virtual views::View* GetContentsView() OVERRIDE;
|
| virtual void CreateOverviewModeImage() OVERRIDE;
|
| virtual gfx::ImageSkia GetOverviewModeImage() OVERRIDE;
|
| + virtual void PrepareContentsForOverview() OVERRIDE;
|
| + virtual void ResetContentsView() OVERRIDE;
|
|
|
| SkColor color_;
|
| SkColor contents_color_;
|
|
|