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

Unified Diff: chrome/browser/thumbnails/thumbnailing_context.h

Issue 1348833003: Fix NTP thumbnail generation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix bug and clean up code. Created 5 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/thumbnails/thumbnailing_context.h
diff --git a/chrome/browser/thumbnails/thumbnailing_context.h b/chrome/browser/thumbnails/thumbnailing_context.h
index 1cfe67178aeb2a2270510a0da26cb12058efddb8..5a912c57153ea38bcf75b909d31ff25a9aec7134 100644
--- a/chrome/browser/thumbnails/thumbnailing_context.h
+++ b/chrome/browser/thumbnails/thumbnailing_context.h
@@ -45,6 +45,7 @@ struct ThumbnailingContext : base::RefCountedThreadSafe<ThumbnailingContext> {
}
scoped_refptr<ThumbnailService> service;
+ content::WebContents* web_contents;
Lei Zhang 2015/10/07 17:55:20 I added motek because git blame says he wrote this
shrike 2015/10/07 18:06:34 Sounds good - I don't know the answer either.
GURL url;
ClipResult clip_result;
gfx::Size requested_copy_size;

Powered by Google App Engine
This is Rietveld 408576698