diff options
Diffstat (limited to 'components/canvas/webgl_paint_thread.rs')
-rw-r--r-- | components/canvas/webgl_paint_thread.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/canvas/webgl_paint_thread.rs b/components/canvas/webgl_paint_thread.rs index 30e47c06082..a9fe55a848a 100644 --- a/components/canvas/webgl_paint_thread.rs +++ b/components/canvas/webgl_paint_thread.rs @@ -58,8 +58,8 @@ impl WebGLPaintThread { } } - /// Creates a new `WebGLPaintThread` and returns the out-of-process sender and the in-process - /// sender for it. + /// Creates a new `WebGLPaintThread` and returns an `IpcSender` to + /// communicate with it. pub fn start(size: Size2D<i32>, attrs: GLContextAttributes, webrender_api_sender: Option<webrender_traits::RenderApiSender>) |