| Index: third_party/WebKit/Source/platform/fonts/opentype/FontSettings.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/opentype/FontSettings.h b/third_party/WebKit/Source/platform/fonts/opentype/FontSettings.h
|
| index d57d2eecfd8458f6426dcdec8524aedb42eacf79..14a7a8953222f47b4426d53e5fecd16fe09f730c 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/opentype/FontSettings.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/opentype/FontSettings.h
|
| @@ -81,6 +81,8 @@ class PLATFORM_EXPORT FontVariationSettings
|
| return adoptRef(new FontVariationSettings());
|
| }
|
|
|
| + unsigned hash() const;
|
| +
|
| private:
|
| FontVariationSettings() = default;
|
| };
|
|
|