commit | 508fd32091afe334d4e1dd6cdaa63168a53acb26 | [log] [tgz] |
---|---|---|
author | Mike Klein <mtklein@google.com> | Wed Feb 12 09:45:41 2020 -0600 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Wed Feb 12 16:31:05 2020 +0000 |
tree | 8486b58816c2c3f71c37ae84a7c1671f6c37ff00 | |
parent | e1bad065be367372ac52725ae54b1c9a4ac80c84 [diff] |
make SkBBH a public interface I don't necessarily like this long term, but in the short term Flutter would like to record pictures using their own type separate from SkRTree. This makes SkBBoxHierarchy public, and converts it to use other public types (SkTDArray -> vector). Change-Id: I29c5ef9da7d641d8f4ba18522b168ddf7cefe84f Reviewed-on: https://skia-review.googlesource.com/c/skia/+/270387 Commit-Queue: Mike Klein <mtklein@google.com> Reviewed-by: Mike Reed <reed@google.com>