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

Unified Diff: chrome/browser/chromeos/login/users/avatar/user_image_manager_test_util.h

Issue 2537713002: Add support for transparent/translucent pixels in the user image (Closed)
Patch Set: fix test failures Created 4 years 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/chromeos/login/users/avatar/user_image_manager_test_util.h
diff --git a/chrome/browser/chromeos/login/users/avatar/user_image_manager_test_util.h b/chrome/browser/chromeos/login/users/avatar/user_image_manager_test_util.h
index 5d2c3d62eb0c7921e6e53e698a5b6ed5b8815bf5..fd03df76e94f305007e1a99fdcbf5f3ec86d40c8 100644
--- a/chrome/browser/chromeos/login/users/avatar/user_image_manager_test_util.h
+++ b/chrome/browser/chromeos/login/users/avatar/user_image_manager_test_util.h
@@ -28,6 +28,8 @@ namespace test {
extern const char kUserAvatarImage1RelativePath[];
extern const char kUserAvatarImage2RelativePath[];
+// Points to a png file with transparent pixels.
+extern const char kUserAvatarImage3RelativePath[];
// Returns |true| if the two given images are pixel-for-pixel identical.
bool AreImagesEqual(const gfx::ImageSkia& first, const gfx::ImageSkia& second);

Powered by Google App Engine
This is Rietveld 408576698