Remove unsigned < signed comparison.
authormtklein <mtklein@chromium.org>
Thu, 19 Nov 2015 17:53:21 +0000 (09:53 -0800)
committerCommit bot <commit-bot@chromium.org>
Thu, 19 Nov 2015 17:53:22 +0000 (09:53 -0800)
commit1d02a60fec20018c987ef827abbd5e77562c3a67
treef9bbf35575862d35424d5a7620a2197fd6c95c9b
parente55c312929fe5a4e65158d848a4b190e8fbf8c7c
Remove unsigned < signed comparison.

This triggers -Wsign-compare on some builds.
Not sure why none of those builds have -Werror set.

BUG=skia:4561

Review URL: https://codereview.chromium.org/1464543002
include/gpu/GrTypes.h