Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(58)

Side by Side Diff: athena/test/sample_activity.h

Issue 591693002: Creating PNG images from web content to be used by OverviewMode navigation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changed comment Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « athena/content/content_proxy.cc ('k') | athena/test/sample_activity.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef ATHENA_TEST_SAMPLE_ACTIVITY_H_ 5 #ifndef ATHENA_TEST_SAMPLE_ACTIVITY_H_
6 #define ATHENA_TEST_SAMPLE_ACTIVITY_H_ 6 #define ATHENA_TEST_SAMPLE_ACTIVITY_H_
7 7
8 #include "athena/activity/public/activity.h" 8 #include "athena/activity/public/activity.h"
9 #include "athena/activity/public/activity_view_model.h" 9 #include "athena/activity/public/activity_view_model.h"
10 #include "ui/gfx/image/image_skia.h" 10
11 namespace gfx {
12 class ImageSkia;
13 }
11 14
12 namespace athena { 15 namespace athena {
13 namespace test { 16 namespace test {
14 17
15 class SampleActivity : public Activity, 18 class SampleActivity : public Activity,
16 public ActivityViewModel { 19 public ActivityViewModel {
17 public: 20 public:
18 SampleActivity(SkColor color, 21 SampleActivity(SkColor color,
19 SkColor contents_color, 22 SkColor contents_color,
20 const base::string16& title); 23 const base::string16& title);
(...skipping 29 matching lines...) Expand all
50 // The current state for this activity. 53 // The current state for this activity.
51 ActivityState current_state_; 54 ActivityState current_state_;
52 55
53 DISALLOW_COPY_AND_ASSIGN(SampleActivity); 56 DISALLOW_COPY_AND_ASSIGN(SampleActivity);
54 }; 57 };
55 58
56 } // namespace test 59 } // namespace test
57 } // namespace athena 60 } // namespace athena
58 61
59 #endif // ATHENA_TEST_SAMPLE_ACTIVITY_H_ 62 #endif // ATHENA_TEST_SAMPLE_ACTIVITY_H_
OLDNEW
« no previous file with comments | « athena/content/content_proxy.cc ('k') | athena/test/sample_activity.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698