diff options
Diffstat (limited to 'components/gfx/paint_task.rs')
-rw-r--r-- | components/gfx/paint_task.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/gfx/paint_task.rs b/components/gfx/paint_task.rs index 563bbe04a0e..b729d311e4e 100644 --- a/components/gfx/paint_task.rs +++ b/components/gfx/paint_task.rs @@ -5,7 +5,7 @@ //! The task that handles all painting. use azure::AzFloat; -use azure::azure_hl::{SurfaceFormat, Color, DrawTarget, BackendType}; +use azure::azure_hl::{BackendType, Color, DrawTarget, SurfaceFormat}; use canvas_traits::CanvasMsg; use display_list::{self, StackingContext}; use euclid::Matrix4; |