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

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

Issue 1920263003: Rename gfx::Display/Screen to display::Display/Screen in chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/simple_thumbnail_crop.cc
diff --git a/chrome/browser/thumbnails/simple_thumbnail_crop.cc b/chrome/browser/thumbnails/simple_thumbnail_crop.cc
index c47554c49e95d8ca9cb653e07652715977ef13f3..56a94c4e93915c68594ef3ecb9a9b7e96f52782b 100644
--- a/chrome/browser/thumbnails/simple_thumbnail_crop.cc
+++ b/chrome/browser/thumbnails/simple_thumbnail_crop.cc
@@ -13,7 +13,6 @@
#include "ui/gfx/color_utils.h"
#include "ui/gfx/geometry/size_conversions.h"
#include "ui/gfx/image/image_skia.h"
-#include "ui/gfx/screen.h"
#include "ui/gfx/scrollbar_size.h"
#include "ui/gfx/skbitmap_operations.h"
@@ -22,7 +21,6 @@ static const char kThumbnailHistogramName[] = "Thumbnail.ComputeMS";
}
namespace thumbnails {
Lei Zhang 2016/04/28 20:13:10 I'd leave the blank line after this.
oshima 2016/04/28 20:19:04 Done.
-
SimpleThumbnailCrop::SimpleThumbnailCrop(const gfx::Size& target_size)
: target_size_(target_size) {
DCHECK(!target_size.IsEmpty());

Powered by Google App Engine
This is Rietveld 408576698