| 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 1a4d0ae51db8b44ffbf66354e00057ec4709b2b3..2e1fffa3b97e4657d72b4d00d4d680a358a998e6 100644
|
| --- a/third_party/WebKit/Source/core/fetch/FontResource.h
|
| +++ b/third_party/WebKit/Source/core/fetch/FontResource.h
|
| @@ -72,6 +72,9 @@ class CORE_EXPORT FontResource final : public Resource {
|
| // font is not needed for painting the text.
|
| bool isLowPriorityLoadingAllowedForRemoteFont() const;
|
|
|
| + void onMemoryDump(WebMemoryDumpLevelOfDetail,
|
| + WebProcessMemoryDump*) const override;
|
| +
|
| private:
|
| class FontResourceFactory : public ResourceFactory {
|
| public:
|
|
|