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

Unified Diff: source/test/letest/SimpleFontInstance.cpp

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 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
« no previous file with comments | « source/test/letest/SimpleFontInstance.h ('k') | source/test/letest/cletest.vcxproj » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/test/letest/SimpleFontInstance.cpp
diff --git a/source/test/letest/SimpleFontInstance.cpp b/source/test/letest/SimpleFontInstance.cpp
index 30849f734842648ce09beb88b9868b68380664f0..d4bba3d94561367876fe7ac5a14896418048fb30 100644
--- a/source/test/letest/SimpleFontInstance.cpp
+++ b/source/test/letest/SimpleFontInstance.cpp
@@ -1,7 +1,7 @@
/*
*******************************************************************************
*
- * Copyright (C) 1999-2014, International Business Machines
+ * Copyright (C) 1999-2015, International Business Machines
* Corporation and others. All Rights Reserved.
*
*******************************************************************************
@@ -41,8 +41,9 @@ SimpleFontInstance::~SimpleFontInstance()
// nothing to do...
}
-const void *SimpleFontInstance::getFontTable(LETag tableTag) const
+const void *SimpleFontInstance::getFontTable(LETag tableTag, size_t &length) const
{
+ length = -1; // unknown for this test.
#ifndef USING_ICULEHB
if (tableTag == LE_GSUB_TABLE_TAG) {
return CanonShaping::glyphSubstitutionTable;
« no previous file with comments | « source/test/letest/SimpleFontInstance.h ('k') | source/test/letest/cletest.vcxproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698