| 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 7babca75c844e36f2ccea45d36f490c7a8639ee9..892e5cfc0887bd34d331f4f171d7faf47d85f3fe 100644
|
| --- a/third_party/WebKit/Source/web/WebSettingsImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebSettingsImpl.h
|
| @@ -123,7 +123,6 @@ public:
|
| void setMinimumLogicalFontSize(int) override;
|
| void setMockScrollbarsEnabled(bool) override;
|
| void setOfflineWebApplicationCacheEnabled(bool) override;
|
| - void setOpenGLMultisamplingEnabled(bool) override;
|
| void setPasswordEchoDurationInSeconds(double) override;
|
| void setPasswordEchoEnabled(bool) override;
|
| void setPerTilePaintingEnabled(bool) override;
|
|
|