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

Unified Diff: ui/gfx/color_space_win.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/color_space_switches.cc ('k') | ui/gfx/icc_profile.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/color_space_win.h
diff --git a/ui/gfx/color_space_win.h b/ui/gfx/color_space_win.h
index af11c6e5bffed5c0a37e4dc82883f72d62a8130a..d02bca7898fe9c4d7a240231b20c240a23a5508a 100644
--- a/ui/gfx/color_space_win.h
+++ b/ui/gfx/color_space_win.h
@@ -24,7 +24,7 @@
namespace gfx {
-class GFX_EXPORT ColorSpaceWin {
+class COLOR_SPACE_EXPORT ColorSpaceWin {
public:
static DXVA2_ExtendedFormat GetExtendedFormat(const ColorSpace& color_space);
static DXGI_COLOR_SPACE_TYPE GetDXGIColorSpace(const ColorSpace& color_space);
« no previous file with comments | « ui/gfx/color_space_switches.cc ('k') | ui/gfx/icc_profile.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698