| Index: public/web/WebSettings.h
|
| diff --git a/public/web/WebSettings.h b/public/web/WebSettings.h
|
| index 0ab3bf4f6896a34f0847c36e459403fe1decd58a..77fe70d1fd6790f3ea37aca3126d4b7a8e20e794 100644
|
| --- a/public/web/WebSettings.h
|
| +++ b/public/web/WebSettings.h
|
| @@ -188,6 +188,7 @@ public:
|
| virtual void setTouchEditingEnabled(bool) = 0;
|
| virtual void setUnifiedTextCheckerEnabled(bool) = 0;
|
| virtual void setUnsafePluginPastingEnabled(bool) = 0;
|
| + virtual void setUseExpandedHeuristicsForGpuRasterization(bool) = 0;
|
| virtual void setUseLegacyBackgroundSizeShorthandBehavior(bool) = 0;
|
| virtual void setUseSolidColorScrollbars(bool) = 0;
|
| virtual void setUseWideViewport(bool) = 0;
|
|
|