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

Unified Diff: third_party/sfntly/src/subsetter/subsetter_impl.cc

Issue 7572039: Fix compile warning. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sfntly/src/subsetter/subsetter_impl.cc
diff --git a/third_party/sfntly/src/subsetter/subsetter_impl.cc b/third_party/sfntly/src/subsetter/subsetter_impl.cc
index dcd397c718ff0006d24c99f5f7c3a7b6ca4e3e13..4d4b0ff10e2ae67c0c2ccb1aa3d980bae76f669e 100644
--- a/third_party/sfntly/src/subsetter/subsetter_impl.cc
+++ b/third_party/sfntly/src/subsetter/subsetter_impl.cc
@@ -254,6 +254,8 @@ bool SubsetterImpl::ResolveCompositeGlyphs(const unsigned int* glyph_ids,
glyph_id_remaining.clear();
glyph_id_remaining = comp_glyph_id;
}
+
+ return true;
}
CALLER_ATTACH Font* SubsetterImpl::Subset(const IntegerSet& glyph_ids) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698