| Index: third_party/WebKit/public/web/WebSettings.h
|
| diff --git a/third_party/WebKit/public/web/WebSettings.h b/third_party/WebKit/public/web/WebSettings.h
|
| index 404fc9d75ff131dbc509b66296cafcc1d4c9c9b8..1eea0432139f9d0581c3ad98767bc2b6df3f58e6 100644
|
| --- a/third_party/WebKit/public/web/WebSettings.h
|
| +++ b/third_party/WebKit/public/web/WebSettings.h
|
| @@ -176,7 +176,6 @@ public:
|
| virtual void setMinimumLogicalFontSize(int) = 0;
|
| virtual void setMockScrollbarsEnabled(bool) = 0;
|
| virtual void setOfflineWebApplicationCacheEnabled(bool) = 0;
|
| - virtual void setOpenGLMultisamplingEnabled(bool) = 0;
|
| virtual void setPasswordEchoDurationInSeconds(double) = 0;
|
| virtual void setPasswordEchoEnabled(bool) = 0;
|
| virtual void setPerTilePaintingEnabled(bool) = 0;
|
|
|