Support transforms for display list optimization. Prevents clipping in #6643.

This commit is contained in:
Glenn Watson 2015-08-05 11:33:08 +10:00
parent b9f00190e1
commit 11b1c19b05
7 changed files with 134 additions and 91 deletions

View file

@ -602,7 +602,6 @@ impl WorkerThread {
self.time_profiler_sender.clone(),
|| {
stacking_context.optimize_and_draw_into_context(&mut paint_context,
&tile_bounds,
&matrix,
None);
paint_context.draw_target.flush();