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

Unified Diff: content/child/dwrite_font_proxy/dwrite_font_proxy_win.h

Issue 1920843004: Delete the font loading experiment code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « no previous file | content/child/dwrite_font_proxy/dwrite_font_proxy_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/dwrite_font_proxy/dwrite_font_proxy_win.h
diff --git a/content/child/dwrite_font_proxy/dwrite_font_proxy_win.h b/content/child/dwrite_font_proxy/dwrite_font_proxy_win.h
index 81dab8c71d11d3c326b2d451f862db567c26a0a3..555876026d1c4c8d7b2046ec25de7bea7772743d 100644
--- a/content/child/dwrite_font_proxy/dwrite_font_proxy_win.h
+++ b/content/child/dwrite_font_proxy/dwrite_font_proxy_win.h
@@ -180,7 +180,6 @@ class CONTENT_EXPORT FontFileEnumerator
// Implements the DirectWrite font file stream interface that maps the file to
// be loaded as a memory mapped file, and subsequently returns pointers into
// the mapped memory block.
-// TODO(kulshin): confirm that using custom streams is actually an improvement
class CONTENT_EXPORT FontFileStream
: public Microsoft::WRL::RuntimeClass<
Microsoft::WRL::RuntimeClassFlags<Microsoft::WRL::ClassicCom>,
« no previous file with comments | « no previous file | content/child/dwrite_font_proxy/dwrite_font_proxy_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698