1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-24 01:15:07 +00:00

Ladybird: Basic scrolling support

This commit is contained in:
Andreas Kling 2022-07-03 20:44:58 +02:00 committed by Andrew Kaster
parent 1eb653115b
commit 80526625e8
3 changed files with 27 additions and 3 deletions

View file

@ -1,3 +1,9 @@
/*
* Copyright (c) 2022, Andreas Kling <kling@serenityos.org>
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#include "WebView.h"
#include <LibCore/ArgsParser.h>
#include <LibCore/EventLoop.h>