mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 05:09:12 +00:00
LibWeb: Stub out Navigator.maxTouchPoints
This commit is contained in:
parent
3ab5ecb671
commit
144e53a209
Notes:
sideshowbarker
2024-07-17 03:45:48 +09:00
Author: https://github.com/shannonbooth
Commit: 144e53a209
Pull-request: https://github.com/SerenityOS/serenity/pull/23935
3 changed files with 12 additions and 0 deletions
|
@ -48,6 +48,8 @@ public:
|
|||
[[nodiscard]] JS::NonnullGCPtr<PluginArray> plugins();
|
||||
[[nodiscard]] JS::NonnullGCPtr<Clipboard::Clipboard> clipboard();
|
||||
|
||||
static WebIDL::Long max_touch_points();
|
||||
|
||||
virtual ~Navigator() override;
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue