cc: Fix TilePriority::IsHigherPriorityThan to be correct.
commit687472f3d057079e74f96c82c0a99f588f06e1f9
authorvmpstr@chromium.org <vmpstr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 9 Apr 2014 21:04:15 +0000 (9 21:04 +0000)
committervmpstr@chromium.org <vmpstr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 9 Apr 2014 21:04:15 +0000 (9 21:04 +0000)
tree2a43a8c68ca6ce7669a0da546373bb78d9667a52
parent1f5210db31abd9cf091e6255ff83c565d0cf70a6
cc: Fix TilePriority::IsHigherPriorityThan to be correct.

This patch fixes IsHigherPriorityThan to return correct values. It
also adds a unittest.

R=enne

Review URL: https://codereview.chromium.org/230983004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@262809 0039d316-1c4b-4281-b951-d872f2087c98
cc/cc_tests.gyp
cc/resources/picture_layer_tiling.cc
cc/resources/tile_priority.h
cc/resources/tile_priority_unittest.cc [new file with mode: 0644]