| Index: third_party/WebKit/Source/core/testing/Internals.h
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.h b/third_party/WebKit/Source/core/testing/Internals.h
|
| index a0fc9fb9a26c4d3fd0c56389f24b67688a305dd4..b676f7271dc8c4d38e871494481760ef82e48336 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.h
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.h
|
| @@ -43,6 +43,7 @@
|
| namespace blink {
|
|
|
| class Animation;
|
| +class CacheAwareFontDisplayTest;
|
| class CallbackFunctionTest;
|
| class CanvasRenderingContext;
|
| class ClientRect;
|
| @@ -387,6 +388,8 @@ class Internals final : public GarbageCollectedFinalized<Internals>,
|
| UnionTypesTest* unionTypesTest() const;
|
| OriginTrialsTest* originTrialsTest() const;
|
| CallbackFunctionTest* callbackFunctionTest() const;
|
| + CacheAwareFontDisplayTest* cacheAwareFontDisplayTest(
|
| + const String& fontUrl) const;
|
|
|
| Vector<String> getReferencedFilePaths() const;
|
|
|
|
|