LibWebView+WebContent: Inform WebContent process if browser is headless

This commit is contained in:
Tim Ledbetter 2024-12-09 21:51:19 +00:00 committed by Tim Flynn
commit e764df15eb
Notes: github-actions[bot] 2024-12-10 18:32:56 +00:00
9 changed files with 31 additions and 0 deletions

View file

@ -407,6 +407,8 @@ public:
virtual DisplayListPlayerType display_list_player_type() const = 0;
virtual bool is_headless() const = 0;
protected:
virtual ~PageClient() = default;
};