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

Unified Diff: Source/core/css/BinaryDataFontFaceSource.cpp

Issue 983973004: Provide user friendly messages for OTS parsing of fonts (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase patch Created 5 years, 6 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/core/css/BinaryDataFontFaceSource.h ('k') | Source/core/css/FontFace.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/BinaryDataFontFaceSource.cpp
diff --git a/Source/core/css/BinaryDataFontFaceSource.cpp b/Source/core/css/BinaryDataFontFaceSource.cpp
index fb4f07703ae6abee3778abc6dd6e8f6452210b10..ceae1d4c44abbfeafed71d25a3920d3b0b88d3d1 100644
--- a/Source/core/css/BinaryDataFontFaceSource.cpp
+++ b/Source/core/css/BinaryDataFontFaceSource.cpp
@@ -12,8 +12,8 @@
namespace blink {
-BinaryDataFontFaceSource::BinaryDataFontFaceSource(SharedBuffer* data)
- : m_customPlatformData(FontCustomPlatformData::create(data))
+BinaryDataFontFaceSource::BinaryDataFontFaceSource(SharedBuffer* data, String& otsParseMessage)
+ : m_customPlatformData(FontCustomPlatformData::create(data, otsParseMessage))
{
}
« no previous file with comments | « Source/core/css/BinaryDataFontFaceSource.h ('k') | Source/core/css/FontFace.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698