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

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

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/icc_profile.h ('k') | ui/gfx/test/icc_profiles.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/test/icc_profiles.h
diff --git a/ui/gfx/test/icc_profiles.h b/ui/gfx/test/icc_profiles.h
index 356beaf7f85af52d508b294dee56c9ffebfc9608..54b40cbd134d778d399a929b5c4b433cb72e6a96 100644
--- a/ui/gfx/test/icc_profiles.h
+++ b/ui/gfx/test/icc_profiles.h
@@ -20,4 +20,7 @@ ICCProfile ICCProfileForTestingA2BOnly();
// A profile that with an approxmation that shoots above 1.
ICCProfile ICCProfileForTestingOvershoot();
+// The default profile that is being used by layout tests in this process.
+ICCProfile ICCProfileForLayoutTests();
+
} // namespace gfx
« no previous file with comments | « ui/gfx/icc_profile.h ('k') | ui/gfx/test/icc_profiles.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698