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

Unified Diff: src/gdef.cc

Issue 6410047: OTS: Adds more layout common table supports.... (Closed) Base URL: http://ots.googlecode.com/svn/trunk/
Patch Set: Created 9 years, 11 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
Index: src/gdef.cc
===================================================================
--- src/gdef.cc (revision 50)
+++ src/gdef.cc (working copy)
@@ -221,6 +221,7 @@
return OTS_FAILURE();
}
}
+ file->gdef->num_mark_glyph_sets = mark_set_count;
return true;
}
@@ -329,6 +330,7 @@
DROP_THIS_TABLE;
return true;
}
+ gdef->has_mark_attachment_class_def = true;
}
if (offset_mark_glyph_sets_def) {
@@ -343,6 +345,7 @@
DROP_THIS_TABLE;
return true;
}
+ gdef->has_mark_glyph_sets_def = true;
}
gdef->data = data;
gdef->length = length;

Powered by Google App Engine
This is Rietveld 408576698