Chromium Code Reviews| Index: athena/test/sample_activity.cc |
| diff --git a/athena/test/sample_activity.cc b/athena/test/sample_activity.cc |
| index 02d1ca04f73234990884e3c89b93dc9a4fcb4eac..9f2da73e674f342df03fb29b18d0d69d1f9c6ba5 100644 |
| --- a/athena/test/sample_activity.cc |
| +++ b/athena/test/sample_activity.cc |
| @@ -26,6 +26,9 @@ athena::ActivityViewModel* SampleActivity::GetActivityViewModel() { |
| return this; |
| } |
| +void SampleActivity::Init() { |
| +} |
| + |
| SkColor SampleActivity::GetRepresentativeColor() { |
| return color_; |
| } |