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

Unified Diff: athena/test/sample_activity.cc

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: Created 6 years, 3 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 side-by-side diff with in-line comments
Download patch
« athena/content/content_proxy.cc ('K') | « athena/test/sample_activity.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/test/sample_activity.cc
diff --git a/athena/test/sample_activity.cc b/athena/test/sample_activity.cc
index 849671e25c1aed226e465169f17a6205c5ecf57a..11edbde1b8728cf235f99012feb8df3c4bfd3124 100644
--- a/athena/test/sample_activity.cc
+++ b/athena/test/sample_activity.cc
@@ -81,8 +81,8 @@ views::Widget* SampleActivity::CreateWidget() {
return NULL;
}
-gfx::ImageSkia SampleActivity::GetOverviewModeImage() {
- return gfx::ImageSkia();
+scoped_ptr<gfx::Image> SampleActivity::GetOverviewModeImage() {
+ return scoped_ptr<gfx::Image>(new gfx::Image());
}
void SampleActivity::PrepareContentsForOverview() {
« athena/content/content_proxy.cc ('K') | « athena/test/sample_activity.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698