| commit | e7985f22fa866a656425a7165a6c23a746ef4ffe | [log] [tgz] |
|---|---|---|
| author | Kevin Lubick <kjlubick@google.com> | Tue Feb 08 11:24:32 2022 -0500 |
| committer | Kevin Lubick <kjlubick@google.com> | Tue Feb 08 17:28:54 2022 +0000 |
| tree | a5210d21fab5d764edf364a1779bef0ace6fa207 | |
| parent | 8e7c2ae4f78ead668541306261b11624349b42fc [diff] |
[debugger] Remove dependency cycle DebugCanvas.h and DebugLayerManger.h both included each other. DebugCanvas.h already had a forward declaration of DebugLayerManager, so that seemed the easiest way to break the cycle. Change-Id: Ie8ce5eeca7aba2cdbbcbf92f9fdc42eccc319a2e Bug: skia:12541 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/505641 Reviewed-by: Nathaniel Nifong <nifong@google.com>