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

Unified Diff: ui/gfx/switches.h

Issue 2915673003: ui/gfx: Use separate components for color_space and switches (Closed)
Patch Set: Review feedback Created 3 years, 6 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/skia_color_space_util.cc ('k') | ui/gfx/switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/switches.h
diff --git a/ui/gfx/switches.h b/ui/gfx/switches.h
index b87dad5393292ae9ed9bae7dc8941507fd857091..8d2e13eba8b2c8f208c3efd41790966549fbffd6 100644
--- a/ui/gfx/switches.h
+++ b/ui/gfx/switches.h
@@ -6,23 +6,19 @@
#define UI_GFX_SWITCHES_H_
#include "build/build_config.h"
-#include "ui/gfx/gfx_export.h"
+#include "ui/gfx/switches_export.h"
namespace switches {
#if defined(OS_WIN)
-GFX_EXPORT extern const char kDisableDirectWriteForUI[];
+GFX_SWITCHES_EXPORT extern const char kDisableDirectWriteForUI[];
#endif
#if defined(OS_MACOSX)
-GFX_EXPORT extern const char kEnableHarfBuzzRenderText[];
+GFX_SWITCHES_EXPORT extern const char kEnableHarfBuzzRenderText[];
#endif
-GFX_EXPORT extern const char kHeadless[];
-
-GFX_EXPORT extern const char kEnableColorCorrectRendering[];
-
-GFX_EXPORT extern const char kForceColorProfile[];
+GFX_SWITCHES_EXPORT extern const char kHeadless[];
} // namespace switches
« no previous file with comments | « ui/gfx/skia_color_space_util.cc ('k') | ui/gfx/switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698