| Index: sky/engine/web/WebSettingsImpl.h
|
| diff --git a/sky/engine/web/WebSettingsImpl.h b/sky/engine/web/WebSettingsImpl.h
|
| index a763c77c367bcfff9bfc0390e731cd0f6baec542..7d38aa599b0edb30a83b906e832bb43584ddbbd6 100644
|
| --- a/sky/engine/web/WebSettingsImpl.h
|
| +++ b/sky/engine/web/WebSettingsImpl.h
|
| @@ -42,6 +42,7 @@ public:
|
| explicit WebSettingsImpl(Settings*);
|
| virtual ~WebSettingsImpl() { }
|
|
|
| + virtual bool compositorIsEnabled() const override;
|
| virtual bool mainFrameResizesAreOrientationChanges() const override;
|
| virtual bool shrinksViewportContentToFit() const override;
|
| virtual int availablePointerTypes() const override;
|
|
|