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

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

Issue 15458003: Plugs in the new thumbnailing algorithm to ThumbnailTabHelper. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed up a compile problem (indpendent change). 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
« no previous file with comments | « no previous file | chrome/browser/thumbnails/content_analysis.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/thumbnails/content_analysis.h
diff --git a/chrome/browser/thumbnails/content_analysis.h b/chrome/browser/thumbnails/content_analysis.h
index e65ff023cb3d90b5769a616ea26f4e84a7d90b06..0eaadaabf6bd94abc46ede7dd8377b1a55825d69 100644
--- a/chrome/browser/thumbnails/content_analysis.h
+++ b/chrome/browser/thumbnails/content_analysis.h
@@ -57,9 +57,9 @@ SkBitmap ComputeDecimatedImage(const SkBitmap& bitmap,
// |kernel_sigma| defines the degree of image smoothing in gradient computation.
// For a natural-sized (not shrunk) screenshot at 96 DPI and regular font size
// 5.0 was determined to be a good value.
-SkBitmap CreateRetargettedThumbnailImage(const SkBitmap& source_bitmap,
- const gfx::Size& target_size,
- float kernel_sigma);
+SkBitmap CreateRetargetedThumbnailImage(const SkBitmap& source_bitmap,
+ const gfx::Size& target_size,
+ float kernel_sigma);
} // namespace thumbnailing_utils
« no previous file with comments | « no previous file | chrome/browser/thumbnails/content_analysis.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698