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

A few small bits of refactoring to prepare for more advanced DisplayList layerization #7710

Merged
merged 3 commits into from Sep 24, 2015

Commits on Sep 22, 2015

  1. Move DisplayList drawing logic to struct implementation

    This will be useful when PaintLayers that contain DisplayLists instead
    of StackingContexts need to draw themselves. This is a simple
    preparatory refactoring and doesn't change any behavior.
    mrobinson committed Sep 22, 2015
  2. Pass PaintTile to painting threads

    This will be useful because in the future, PaintTiles might hold simple
    DisplayLists instead of StackingContexts.
    mrobinson committed Sep 22, 2015
  3. Remove an unused function

    mrobinson committed Sep 22, 2015
You can’t perform that action at this time.