mirror of
https://github.com/servo/servo.git
synced 2025-07-29 10:10:34 +01:00
Separate WebviewManager
from Webview
in compositor
and constellation
(#36302)
Create a separate file for `WebviewManager` to improve clarity. Testing: This change is just a refactor, so no new tests are needed. Signed-off-by: Shubham Gupta <shubham13297@gmail.com>
This commit is contained in:
parent
b4079b3ff3
commit
df9efde1c3
7 changed files with 253 additions and 239 deletions
|
@ -24,6 +24,7 @@ mod tracing;
|
|||
mod compositor;
|
||||
mod touch;
|
||||
pub mod webview;
|
||||
pub mod webview_manager;
|
||||
pub mod windowing;
|
||||
|
||||
/// Data used to construct a compositor.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue