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

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 NTP thumbnail generation using IncrementCapturerCount Created 5 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
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;
GURL url;
ClipResult clip_result;
gfx::Size requested_copy_size;

Powered by Google App Engine
This is Rietveld 408576698