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

Unified Diff: public/web/win/WebFontRendering.h

Issue 213223003: Add ability to pass through IDWriteFactory so sandbox can control how it's constructed (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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
« no previous file with comments | « Source/web/win/WebFontRendering.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/win/WebFontRendering.h
diff --git a/public/web/win/WebFontRendering.h b/public/web/win/WebFontRendering.h
index cb02595da2b03883d08ca3f327278d86e98ceec6..02217eaf43ae1219c5580f3fc9458ca98adf819f 100644
--- a/public/web/win/WebFontRendering.h
+++ b/public/web/win/WebFontRendering.h
@@ -7,11 +7,14 @@
#include "public/platform/WebCommon.h"
+struct IDWriteFactory;
+
namespace blink {
class WebFontRendering {
public:
BLINK_EXPORT static void setUseDirectWrite(bool);
+ BLINK_EXPORT static void setDirectWriteFactory(IDWriteFactory*);
BLINK_EXPORT static void setUseSubpixelPositioning(bool);
};
« no previous file with comments | « Source/web/win/WebFontRendering.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698