• D
    fuchsia: Remove dead code / break dependencies (#19396) · 12a37478
    David Worsham 提交于
    The fuchsia code around metrics and sizing was just sending this
    information through a side-channel, when the engine already had the
    information available. So, delete all of it to make future CLs simpler.
    
    Additionally, the SceneUpdateContext has many unneccesary dependencies
    re: metrics and PaintTasks. Break those to make future CLs simpler.
    
    Tested: Ran all unittests and ran workstation on Fuchsia
    BUG: 53062, 53063
    12a37478
scene_update_context.cc 11.5 KB