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

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

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/PortableFontInstance.cpp ('k') | source/test/letest/SimpleFontInstance.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/test/letest/SimpleFontInstance.h
diff --git a/source/test/letest/SimpleFontInstance.h b/source/test/letest/SimpleFontInstance.h
index 9c13659dc299270b9af36b7f3d114d87b0d9702c..5f95747a8a7a251cfb0a51f7c2569b9c31825278 100644
--- a/source/test/letest/SimpleFontInstance.h
+++ b/source/test/letest/SimpleFontInstance.h
@@ -1,7 +1,7 @@
/*
*******************************************************************************
*
- * Copyright (C) 1999-2007, International Business Machines
+ * Copyright (C) 1999-2015, International Business Machines
* Corporation and others. All Rights Reserved.
*
*******************************************************************************
@@ -34,7 +34,7 @@ public:
virtual ~SimpleFontInstance();
- virtual const void *getFontTable(LETag tableTag) const;
+ virtual const void *getFontTable(LETag tableTag, size_t &length) const;
virtual le_int32 getUnitsPerEM() const;
« no previous file with comments | « source/test/letest/PortableFontInstance.cpp ('k') | source/test/letest/SimpleFontInstance.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698