| Index: Source/web/WebSettingsImpl.h
|
| diff --git a/Source/web/WebSettingsImpl.h b/Source/web/WebSettingsImpl.h
|
| index 77c62049dc180215b61b4647fa74fd9088da8386..4a635a558d8707a06505bb92f3ea223abeff4c55 100644
|
| --- a/Source/web/WebSettingsImpl.h
|
| +++ b/Source/web/WebSettingsImpl.h
|
| @@ -47,10 +47,6 @@ public:
|
|
|
| bool mainFrameResizesAreOrientationChanges() const override;
|
| bool shrinksViewportContentToFit() const override;
|
| - int availablePointerTypes() const override;
|
| - PointerType primaryPointerType() const override;
|
| - int availableHoverTypes() const override;
|
| - HoverType primaryHoverType() const override;
|
| bool viewportEnabled() const override;
|
| void setAccelerated2dCanvasEnabled(bool) override;
|
| void setAccelerated2dCanvasMSAASampleCount(int) override;
|
|
|