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

Unified Diff: ui/gfx/color_space_win.h

Issue 2915673003: ui/gfx: Use separate components for color_space and switches (Closed)
Patch Set: Fix windows build 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
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..f842bfc017e19504a7f3815b04a5d576c9e1b246 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 GFX_COLOR_EXPORT ColorSpaceWin {
public:
static DXVA2_ExtendedFormat GetExtendedFormat(const ColorSpace& color_space);
static DXGI_COLOR_SPACE_TYPE GetDXGIColorSpace(const ColorSpace& color_space);

Powered by Google App Engine
This is Rietveld 408576698