[jumbo] make IsValidCoordinate functions into static members
This should avoid the following jumbo build error: ./../../third_party/WebKit/Source/core/css/cssom/CSSScale.cpp:14:6: error: redefinition of 'IsValidCoordinate' bool IsValidCoordinate(CSSNumericValue* value) { ^ ./../../third_party/WebKit/Source/core/css/cssom/CSSPositionValue.cpp:15:6: note: previous definition is here bool IsValidCoordinate(CSSNumericValue* v) { ^ BUG=789370 Change-Id: I13f1540c9969d4ff34420fcfda831687c4580555 Reviewed-on: https://chromium-review.googlesource.com/822199Reviewed-by:Morten Stenshorne <mstensho@chromium.org> Commit-Queue: Mostyn Bramley-Moore <mostynb@vewd.com> Cr-Commit-Position: refs/heads/master@{#523732}
Showing
Please register or sign in to comment