commit | ca85b9b8e3bd1f52bcbc3978e4133215e68559bf | [log] [tgz] |
---|---|---|
author | Robert Phillips <robertphillips@google.com> | Thu Feb 20 14:31:11 2020 -0500 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Thu Feb 20 20:12:38 2020 +0000 |
tree | 806869e3057975c7ea00b9aa71d9ab3c3bfc5fd3 | |
parent | 5725e9b55494cada07319f5032398961f6ddd554 [diff] |
Add temporary header to shift clients over to include/core/SkDeferredDisplayList.h The plan is: Add SkDDLTmpRedirect.h update clients to point to SkDDLTmpRedirect.h Move SkDeferredDisplayList.h to include/core (and update SkDDLTmpRedirect.h) update clients to point to SkDeferredDisplayList.h in its new location remove SkDDLTmpRedirect.h This staging is required to land: https://skia-review.googlesource.com/c/skia/+/272343 (Move SkDeferredDisplayList.h into include\core) Change-Id: I3302cdb8607b259d084bb9dd00600652c7f9a93a Reviewed-on: https://skia-review.googlesource.com/c/skia/+/272460 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Robert Phillips <robertphillips@google.com>