diff options
Diffstat (limited to 'components/gfx/paint_thread.rs')
-rw-r--r-- | components/gfx/paint_thread.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/gfx/paint_thread.rs b/components/gfx/paint_thread.rs index b427ae70ea3..a0088fe5313 100644 --- a/components/gfx/paint_thread.rs +++ b/components/gfx/paint_thread.rs @@ -450,6 +450,7 @@ impl<C> PaintThread<C> where C: PaintListener + Send + 'static { }, ConstellationMsg::Failure(failure_msg), c); } + #[allow(unsafe_code)] fn start(&mut self) { debug!("PaintThread: beginning painting loop"); |