Index: ui/gfx/win/dpi.h |
diff --git a/ui/gfx/win/dpi.h b/ui/gfx/win/dpi.h |
index 19f6a579c79e8f9d055127d4797774693aca0336..98c90c264cad59e8236b969db88b0825b157fcd6 100644 |
--- a/ui/gfx/win/dpi.h |
+++ b/ui/gfx/win/dpi.h |
@@ -65,6 +65,9 @@ GFX_EXPORT bool IsDeviceScaleFactorSet(); |
GFX_EXPORT extern const wchar_t kRegistryProfilePath[]; |
GFX_EXPORT extern const wchar_t kHighDPISupportW[]; |
+// Returns whether DirectWrite font rendering should be used. |
+GFX_EXPORT bool ShouldUseDirectWrite(); |
scottmg
2014/10/09 23:16:27
seems a bit odd to have it in dpi.{h,cc}?
ananta
2014/10/10 01:18:31
will look into moving this a new file possibly
ananta
2014/10/10 18:45:36
Moved to ui/gfx/win/direct_write.h/.cc
|
+ |
} // namespace win |
} // namespace gfx |