Remove/replace unnecessary logging.h includes in .cc files (skia)
CHECK, CHECK_EQ etc., and NOTREACHED/NOTIMPLEMENTED have moved to the much smaller headers check.h, check_op.h, and notreached.h, respectively. This CL updates .cc files to use those headers instead when possible, with the purpose of saving compile time. (Split out from https://crrev.com/c/2164525 which also has notes on how the change was generated.) Bug: 1031540 Change-Id: Idc5667e6d660c2335cad0df813df1288d09b6929 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2164753 Commit-Queue: Brian Salomon <bsalomon@google.com> Auto-Submit: Hans Wennborg <hans@chromium.org> Reviewed-by:Brian Salomon <bsalomon@google.com> Cr-Commit-Position: refs/heads/master@{#762843}
Showing
Please register or sign in to comment