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

Unified Diff: trunk/include/opentype-sanitiser.h

Issue 341983012: OTS: Add DoNotDropColorBitmapTables() API. (Closed) Base URL: http://ots.googlecode.com/svn/
Patch Set: Created 6 years, 6 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 | trunk/ots-common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/include/opentype-sanitiser.h
===================================================================
--- trunk/include/opentype-sanitiser.h (revision 113)
+++ trunk/include/opentype-sanitiser.h (working copy)
@@ -192,8 +192,12 @@
void DisableDebugOutput();
// Enable WOFF2 support(experimental).
+// TODO(bashi): Remove WOFF2 from OTS.
void EnableWOFF2();
+// Force to disable dropping CBDT/CBLC tables.
+void DoNotDropColorBitmapTables();
+
} // namespace ots
#endif // OPENTYPE_SANITISER_H_
« no previous file with comments | « no previous file | trunk/ots-common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698