| Index: third_party/WebKit/Source/core/dom/Document.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
|
| index 9fcc67b3ed3628decb7e00ae79a69fbba7021337..8da7b78f561af21297f7ae3cfa0f6f3ece0f0628 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -34,7 +34,6 @@
|
| #include "bindings/core/v8/ScriptValue.h"
|
| #include "bindings/core/v8/TraceWrapperMember.h"
|
| #include "core/CoreExport.h"
|
| -#include "core/css/FontFaceCache.h"
|
| #include "core/dom/ContainerNode.h"
|
| #include "core/dom/DocumentEncodingData.h"
|
| #include "core/dom/DocumentInit.h"
|
| @@ -1265,8 +1264,6 @@ class CORE_EXPORT Document : public ContainerNode,
|
| return m_clientHintsPreferences;
|
| }
|
|
|
| - FontFaceCache* fontFaceCache() { return &m_fontFaceCache; }
|
| - void incrementFontFaceVersion() { m_fontFaceCache.incrementVersion(); }
|
| CanvasFontCache* canvasFontCache();
|
|
|
| // Used by unit tests so that all parsing will be main thread for
|
| @@ -1658,7 +1655,6 @@ class CORE_EXPORT Document : public ContainerNode,
|
|
|
| ClientHintsPreferences m_clientHintsPreferences;
|
|
|
| - FontFaceCache m_fontFaceCache;
|
| Member<CanvasFontCache> m_canvasFontCache;
|
|
|
| Member<IntersectionObserverController> m_intersectionObserverController;
|
|
|