Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move Surface and friends to flow/ #18938

Merged
merged 1 commit into from
Jun 9, 2020

Commits on Jun 9, 2020

  1. Move Surface and friends to flow/

    Circular dependencies are cropping up between shell/common/ and flow/,
    so just move all of this stuff down into flow itself.  These classes are
    all rasterization-related anyways.
    
    shell/common/ has Dart dependenices, and a future CL will create
    non-product and product permutations of any target with Dart
    dependencies.  Moving all of the rasterization-related code to its own
    library with no Dart dependencies means no permutations need to be made
    of it.
    
    Tested: Just compile, this is a mechanical change
    arbreng committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    a36d154 View commit details
    Browse the repository at this point in the history