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

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

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 | « LayoutTests/TestExpectations ('k') | Source/core/css/BinaryDataFontFaceSource.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/BinaryDataFontFaceSource.h
diff --git a/Source/core/css/BinaryDataFontFaceSource.h b/Source/core/css/BinaryDataFontFaceSource.h
index c1841d25896ee6a7effea154c350fb99d5a05bb2..50d01f0ffc72f8cdd47aff4d58a806727ac37cea 100644
--- a/Source/core/css/BinaryDataFontFaceSource.h
+++ b/Source/core/css/BinaryDataFontFaceSource.h
@@ -15,7 +15,7 @@ class SharedBuffer;
class BinaryDataFontFaceSource final : public CSSFontFaceSource {
public:
- explicit BinaryDataFontFaceSource(SharedBuffer*);
+ explicit BinaryDataFontFaceSource(SharedBuffer*, String&);
virtual ~BinaryDataFontFaceSource();
virtual bool isValid() const override;
« no previous file with comments | « LayoutTests/TestExpectations ('k') | Source/core/css/BinaryDataFontFaceSource.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698