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

Unified Diff: ui/gfx/color_space.cc

Issue 2160133002: Revert of Support for retreiving the monitor color space on X11. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/BUILD.gn ('k') | ui/gfx/color_space_x11.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/color_space.cc
diff --git a/ui/gfx/color_space.cc b/ui/gfx/color_space.cc
index 7650b1e3a9d274e45bbb538fb08041a19607d863..37cc0e277f7cd98098fab2afd3c0a057313e894c 100644
--- a/ui/gfx/color_space.cc
+++ b/ui/gfx/color_space.cc
@@ -29,7 +29,7 @@
return color_space;
}
-#if !defined(OS_WIN) && !defined(OS_MACOSX) && !defined(USE_X11)
+#if !defined(OS_WIN) && !defined(OS_MACOSX)
// static
ColorSpace ColorSpace::FromBestMonitor() {
return ColorSpace();
« no previous file with comments | « ui/gfx/BUILD.gn ('k') | ui/gfx/color_space_x11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698