| 780 | } |
| 781 | |
| 782 | void VerboseTraceBeforeModifyingPresentImpl(PresentEvent const* p) |
| 783 | { |
| 784 | if (gModifiedPresent != p) { |
| 785 | FlushModifiedPresent(); |
| 786 | gModifiedPresent = p; |
| 787 | if (p != nullptr) { |
| 788 | gOriginalPresentValues = *p; |
| 789 | } |
| 790 | } |
| 791 | } |
| 792 | |
| 793 | #endif |
nothing calls this directly
no test coverage detected