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

Unified Diff: ui/gfx/test/icc_profiles.cc

Issue 2898583002: color: Fix color not being reset between layout tests (Closed)
Patch Set: Review feedbakc Created 3 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 | « ui/gfx/test/icc_profiles.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/test/icc_profiles.cc
diff --git a/ui/gfx/test/icc_profiles.cc b/ui/gfx/test/icc_profiles.cc
index 3b6ebb0c60dc8fc06334de36755b7ef27b08531c..e7a68e67b928783b15f701374df1ba8a0c8846c2 100644
--- a/ui/gfx/test/icc_profiles.cc
+++ b/ui/gfx/test/icc_profiles.cc
@@ -1935,4 +1935,8 @@ ICCProfile ICCProfileForTestingOvershoot() {
arraysize(overshoot_profile_data), ICCProfile::test_id_overshoot_);
}
+ICCProfile ICCProfileForLayoutTests() {
+ return ICCProfile::GetForcedProfile();
+}
+
} // namespace gfx
« no previous file with comments | « ui/gfx/test/icc_profiles.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698