Index: ui/gfx/win_util.h |
=================================================================== |
--- ui/gfx/win_util.h (revision 92815) |
+++ ui/gfx/win_util.h (working copy) |
@@ -6,10 +6,12 @@ |
#define UI_GFX_WIN_UTIL_H_ |
#pragma once |
+#include "ui/ui_api.h" |
+ |
namespace gfx { |
// Returns true if Direct2d is available, false otherwise. |
-bool Direct2dIsAvailable(); |
+UI_API bool Direct2dIsAvailable(); |
// Returns true if DirectWrite is available, false otherwise. |
bool DirectWriteIsAvailable(); |