| Index: third_party/WebKit/Source/core/css/FontFaceSet.h
|
| diff --git a/third_party/WebKit/Source/core/css/FontFaceSet.h b/third_party/WebKit/Source/core/css/FontFaceSet.h
|
| index 62294b45e29941c663692fe2e0fd7bc52a8bf082..dd8f57aef7d5fc2892dee91a73fda88d5b312f00 100644
|
| --- a/third_party/WebKit/Source/core/css/FontFaceSet.h
|
| +++ b/third_party/WebKit/Source/core/css/FontFaceSet.h
|
| @@ -49,6 +49,7 @@ namespace blink {
|
| class CSSFontSelector;
|
| class ExceptionState;
|
| class Font;
|
| +class FontFaceCache;
|
| class ExecutionContext;
|
|
|
| using FontFaceSetIterable = PairIterable<Member<FontFace>, Member<FontFace>>;
|
| @@ -106,7 +107,7 @@ class CORE_EXPORT FontFaceSet final : public EventTargetWithInlineData,
|
|
|
| static const char* supplementName() { return "FontFaceSet"; }
|
|
|
| - void addFontFacesToFontFaceCache(CSSFontSelector*);
|
| + void addFontFacesToFontFaceCache(FontFaceCache*, CSSFontSelector*);
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
|
|