-
Chris Watkins authored
See the bugs for details. This change was done using clang-tidy as described here: https://chromium.googlesource.com/chromium/src/+/lkcr/docs/clang_tidy.md Where the tool replaces a member initializer list it leaves behind commas (https://bugs.llvm.org/show_bug.cgi?id=35051). They were cleaned up with: git diff --name-only | \ xargs sed -E -i 's/(^\s*|\)\s*):[ ,]*= default/\1 = default/' BUG=778959,778957 R=haraken@chromium.org Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I223a37b5e952d8da0c6dbfd427b0ec3936809935 Reviewed-on: https://chromium-review.googlesource.com/835729 Commit-Queue: Chris Watkins <watk@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#527914}
6c388179