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

Side by Side Diff: components/favicon_base/select_favicon_frames_unittest.cc

Issue 851693003: Move select_favicon_frames_unittest.cc to favicon_base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@history-top-sites-notifications
Patch Set: Created 5 years, 11 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 unified diff | Download patch
« no previous file with comments | « components/favicon_base/DEPS ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "components/favicon_base/select_favicon_frames.h" 5 #include "components/favicon_base/select_favicon_frames.h"
6 6
7 #include "testing/gtest/include/gtest/gtest.h" 7 #include "testing/gtest/include/gtest/gtest.h"
8 #include "third_party/skia/include/core/SkBitmap.h" 8 #include "third_party/skia/include/core/SkBitmap.h"
9 #include "third_party/skia/include/core/SkColor.h" 9 #include "third_party/skia/include/core/SkColor.h"
10 #include "ui/base/layout.h" 10 #include "ui/base/layout.h"
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 bitmaps2.push_back(MakeBitmap(SK_ColorGREEN, 15, 15)); 318 bitmaps2.push_back(MakeBitmap(SK_ColorGREEN, 15, 15));
319 vector<gfx::Size> sizes2; 319 vector<gfx::Size> sizes2;
320 sizes2.push_back(gfx::Size(15, 15)); 320 sizes2.push_back(gfx::Size(15, 15));
321 float score2; 321 float score2;
322 CreateFaviconImageSkia(bitmaps2, sizes2, 16, &score2); 322 CreateFaviconImageSkia(bitmaps2, sizes2, 16, &score2);
323 323
324 EXPECT_GT(score2, score1); 324 EXPECT_GT(score2, score1);
325 } 325 }
326 326
327 } // namespace 327 } // namespace
OLDNEW
« no previous file with comments | « components/favicon_base/DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698