diff options
Diffstat (limited to 'components/script_layout_interface/lib.rs')
-rw-r--r-- | components/script_layout_interface/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script_layout_interface/lib.rs b/components/script_layout_interface/lib.rs index 6b4b2615412..bdf6ae9e884 100644 --- a/components/script_layout_interface/lib.rs +++ b/components/script_layout_interface/lib.rs @@ -123,6 +123,7 @@ pub enum LayoutElementType { pub enum HTMLCanvasDataSource { WebGL(webrender_api::ImageKey), Image(Option<IpcSender<CanvasMsg>>), + WebGPU(webrender_api::ImageKey), } pub struct HTMLCanvasData { |