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

Unified Diff: ui/gfx/win/direct_write.h

Issue 738363002: Enable subpixel positioning for UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: re-disable dwrite in tests, re-enable dwrite metrics Created 6 years, 1 month 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/win/direct_write.h
diff --git a/ui/gfx/win/direct_write.h b/ui/gfx/win/direct_write.h
index b621bf8d284b6603ac1f0c825088cf9a7ea54017..b69161eed5caf01103530b28e46ff293bc9b0ba1 100644
--- a/ui/gfx/win/direct_write.h
+++ b/ui/gfx/win/direct_write.h
@@ -13,6 +13,8 @@ namespace win {
// Returns whether DirectWrite font rendering should be used.
GFX_EXPORT bool ShouldUseDirectWrite();
+GFX_EXPORT void MaybeInitializeDirectWrite();
+
} // namespace win
} // namespace gfx

Powered by Google App Engine
This is Rietveld 408576698