Change to template functions in third_party/blink/renderer/platform/geometry/layout_unit.h

- int / unsigned / unsigned long / unsigned long long -> template <typename IntegerType>
  Change those types together caused by the build error.
- Reference: https://google.github.io/styleguide/cppguide.html#Integer_Types

Bug: 929980
Change-Id: I436d07568ba9c1ed9db0cf81efc89f7c950ceeea
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1510624
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Commit-Queue: Miyoung Shin <myid.shin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#639460}
1 file changed