Index: third_party/WebKit/Source/core/fetch/FontResource.h |
diff --git a/third_party/WebKit/Source/core/fetch/FontResource.h b/third_party/WebKit/Source/core/fetch/FontResource.h |
index 23d84554f3e1ae7c72ff42fec2af753e3f2a92b4..eb00818d7a1db2d60cfab663f3f025b885cfb186 100644 |
--- a/third_party/WebKit/Source/core/fetch/FontResource.h |
+++ b/third_party/WebKit/Source/core/fetch/FontResource.h |
@@ -107,11 +107,13 @@ class CORE_EXPORT FontResource final : public Resource { |
String m_otsParsingMessage; |
LoadLimitState m_loadLimitState; |
bool m_corsFailed; |
+ bool m_isCallbackDisabledForTesting; |
Timer<FontResource> m_fontLoadShortLimitTimer; |
Timer<FontResource> m_fontLoadLongLimitTimer; |
friend class MemoryCache; |
FRIEND_TEST_ALL_PREFIXES(ResourceFetcherTest, CacheAwareFontLoading); |
+ friend class CacheAwareFontDisplayTest; |
}; |
DEFINE_RESOURCE_TYPE_CASTS(Font); |