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

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

Issue 785763002: Disable subpixel positioning if DirectWrite isn't initialized (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 6 years 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/render_text_unittest.cc ('k') | ui/gfx/win/direct_write.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/win/direct_write.h
diff --git a/ui/gfx/win/direct_write.h b/ui/gfx/win/direct_write.h
index b69161eed5caf01103530b28e46ff293bc9b0ba1..6c306e4187ed2b471293ac92c09ed71a1a99f758 100644
--- a/ui/gfx/win/direct_write.h
+++ b/ui/gfx/win/direct_write.h
@@ -15,6 +15,8 @@ GFX_EXPORT bool ShouldUseDirectWrite();
GFX_EXPORT void MaybeInitializeDirectWrite();
+GFX_EXPORT bool IsDirectWriteEnabled();
+
} // namespace win
} // namespace gfx
« no previous file with comments | « ui/gfx/render_text_unittest.cc ('k') | ui/gfx/win/direct_write.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698