| Index: sky/engine/public/web/WebSettings.h
|
| diff --git a/sky/engine/public/web/WebSettings.h b/sky/engine/public/web/WebSettings.h
|
| index fe0a89f3e2bbcbe3fb434654c6d8fe339314e5bb..efeb7eb484c961c47a37c1b3375a734b52a4d201 100644
|
| --- a/sky/engine/public/web/WebSettings.h
|
| +++ b/sky/engine/public/web/WebSettings.h
|
| @@ -76,6 +76,7 @@ public:
|
| HoverTypeHover = 4
|
| };
|
|
|
| + virtual bool compositorIsEnabled() const = 0;
|
| virtual bool mainFrameResizesAreOrientationChanges() const = 0;
|
| virtual int availablePointerTypes() const = 0;
|
| virtual PointerType primaryPointerType() const = 0;
|
|
|