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

Unified Diff: third_party/WebKit/Source/core/testing/Internals.h

Issue 2438033003: [NOT FOR COMMIT] Layout test for WebFonts cache-aware timeout adaption (Closed)
Patch Set: rebase Created 4 years, 1 month 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
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;

Powered by Google App Engine
This is Rietveld 408576698