Skip to content

Commit

Permalink
[fuchsia] Fix SceneUpdateContext for new PaintContext field (flutter#…
Browse files Browse the repository at this point in the history
  • Loading branch information
zanderso authored Apr 17, 2019
1 parent 0e27e0f commit dd9dcaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flow/scene_update_context.cc
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ SceneUpdateContext::ExecutePaintTasks(CompositorContext::ScopedFrame& frame) {
SkCanvas* canvas = task.surface->GetSkiaSurface()->getCanvas();
Layer::PaintContext context = {canvas,
canvas,
frame.gr_context(),
nullptr,
frame.context().frame_time(),
frame.context().engine_time(),
Expand Down

0 comments on commit dd9dcaf

Please sign in to comment.