heap: Move virtual methods to cc file
- Virtual Visit methods are always called through base class Visitor using Trace methods. There's no need to keep them in the header file. - Drive-by: Move inlined definitions out-of-line to allow skimming the class header more easily. - Only mark definition as inline as this is an implementation detail. Change-Id: I44993d515eb18498105b0e592e282fcd536c82ff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1884731Reviewed-by:Anton Bikineev <bikineev@chromium.org> Commit-Queue: Michael Lippautz <mlippautz@chromium.org> Cr-Commit-Position: refs/heads/master@{#710688}
Showing
This diff is collapsed.
Please register or sign in to comment