| 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_
|
|
|