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

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

Issue 15458003: Plugs in the new thumbnailing algorithm to ThumbnailTabHelper. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added unit tests. Created 7 years, 7 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.cc
diff --git a/chrome/browser/thumbnails/thumbnailing_context.cc b/chrome/browser/thumbnails/thumbnailing_context.cc
index 637df192ac1a2491bfed03dc11ee16edfb3a1dad..cc3c9ab3df0b5a5c0be8a3f976a9a42135f575ef 100644
--- a/chrome/browser/thumbnails/thumbnailing_context.cc
+++ b/chrome/browser/thumbnails/thumbnailing_context.cc
@@ -5,6 +5,7 @@
#include "chrome/browser/thumbnails/thumbnailing_context.h"
#include "content/public/browser/render_view_host.h"
+#include "content/public/browser/render_widget_host_view.h"
mazda 2013/05/23 19:13:57 Is this change needed?
motek. 2013/05/27 16:54:54 No, a leftover of something I tried out. Un-done.
namespace thumbnails {

Powered by Google App Engine
This is Rietveld 408576698