From 85916c9e8710ee90cbf37d384acbb6d208ff1da3 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Tue, 29 Oct 2019 19:50:34 +0100 Subject: Rename `Primitive::Scrollable` to `Clip` --- wgpu/src/renderer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wgpu/src/renderer.rs') diff --git a/wgpu/src/renderer.rs b/wgpu/src/renderer.rs index f0be0860..a70693af 100644 --- a/wgpu/src/renderer.rs +++ b/wgpu/src/renderer.rs @@ -270,7 +270,7 @@ impl Renderer { scale: [bounds.width, bounds.height], }); } - Primitive::Scrollable { + Primitive::Clip { bounds, offset, content, -- cgit