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 b4ad2abd299..1e4d8f77ddc 100644 --- a/components/gfx/paint_thread.rs +++ b/components/gfx/paint_thread.rs @@ -690,6 +690,7 @@ impl WorkerThread { clip_rect: None, transient_clip: None, layer_kind: layer_kind, + subpixel_offset: Point2D::zero(), }; // Apply the translation to paint the tile we want. |