| Index: public/web/WebSettings.h
|
| diff --git a/public/web/WebSettings.h b/public/web/WebSettings.h
|
| index 913026fcc3fae884024d86373272b5e7e697e710..34e72bed2e39647d414f64277b36c23fffb578c7 100644
|
| --- a/public/web/WebSettings.h
|
| +++ b/public/web/WebSettings.h
|
| @@ -206,6 +206,7 @@ public:
|
| virtual void setTextAreasAreResizable(bool) = 0;
|
| virtual void setTextAutosizingEnabled(bool) = 0;
|
| virtual void setAccessibilityFontScaleFactor(float) = 0;
|
| + virtual void setThreadedScrollingEnabled(bool) = 0;
|
| virtual void setTouchDragDropEnabled(bool) = 0;
|
| virtual void setTouchEditingEnabled(bool) = 0;
|
| virtual void setUnifiedTextCheckerEnabled(bool) = 0;
|
|
|