| Index: third_party/WebKit/Source/web/WebSettingsImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebSettingsImpl.h b/third_party/WebKit/Source/web/WebSettingsImpl.h
|
| index 7f5ea5fed7f8f7bbb294b0a3776dc9dfb3359ce1..f219093972a3dd8d6f65fbafbfd1cbb3a57e9daf 100644
|
| --- a/third_party/WebKit/Source/web/WebSettingsImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebSettingsImpl.h
|
| @@ -181,6 +181,7 @@ public:
|
| void setUseSolidColorScrollbars(bool) override;
|
| void setUseWideViewport(bool) override;
|
| void setV8CacheOptions(V8CacheOptions) override;
|
| + void setV8CacheStrategiesForCacheStorage(V8CacheStrategiesForCacheStorage) override;
|
| void setValidationMessageTimerMagnification(int) override;
|
| void setViewportEnabled(bool) override;
|
| void setViewportMetaEnabled(bool) override;
|
|
|