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

Unified Diff: third_party/ots/include/opentype-sanitiser.h

Issue 1487543005: Update OTS to revision 99a3b7f (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | « third_party/ots/configure.ac ('k') | third_party/ots/ots.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/ots/include/opentype-sanitiser.h
diff --git a/third_party/ots/include/opentype-sanitiser.h b/third_party/ots/include/opentype-sanitiser.h
index 0343cdcc9c7731b7c0aa04d6c7d2583a8eddd925..a80ea16168e1087d8be56c8799bf0d2851b9c27e 100644
--- a/third_party/ots/include/opentype-sanitiser.h
+++ b/third_party/ots/include/opentype-sanitiser.h
@@ -183,8 +183,7 @@ class OTSContext {
// This function will be called when OTS needs to decide what to do for a
// font table.
- // tag: table tag as an integer in big-endian byte order, independent of
- // platform endianness
+ // tag: table tag formed with OTS_TAG() macro
virtual TableAction GetTableAction(uint32_t tag) { return ots::TABLE_ACTION_DEFAULT; }
};
« no previous file with comments | « third_party/ots/configure.ac ('k') | third_party/ots/ots.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698