MōBrowser API
Loading...
Searching...
No Matches
render_process.hpp
1// Copyright (c) 2000-2024 TeamDev. All rights reserved.
2// TeamDev PROPRIETARY and CONFIDENTIAL.
3// Use is subject to license terms.
4
5#ifndef MOBROWSER_RENDER_PROCESS_HPP
6#define MOBROWSER_RENDER_PROCESS_HPP
7
8#include <set>
9#include <string>
10
11namespace mobrowser {
12
17 public:
23 virtual int pid() = 0;
24};
25
26} // namespace mobrowser
27
28#endif // MOBROWSER_RENDER_PROCESS_HPP
Contains information about the render process associated with Frame.
Definition render_process.hpp:16
virtual int pid()=0
Returns the process ID of the render process associated with Frame.