cc: Turn off verify_property_trees
commit3c8dfa2e9b6c3112dc38cd94e7fef60c38fd173d
authorhendrikw <hendrikw@chromium.org>
Mon, 22 Dec 2014 21:52:29 +0000 (22 13:52 -0800)
committerCommit bot <commit-bot@chromium.org>
Mon, 22 Dec 2014 21:53:13 +0000 (22 21:53 +0000)
tree2e0e59c06d152358097d475adb31bffd3f8063a2
parent0ee426d04d2e114aefc61842810c07959b9da5d5
cc: Turn off verify_property_trees

LayerSorterMainTest.LayerSorterRubik, and possibly other cc_perftests are failing in
LayerTreeHostCommon::CalculateDrawProperties, the difference in width and height of
visible_content_rect() and visible_rect_from_property_trees() is 2, and the tolerance
is 1.  CHECK(!failed) is hit.

Until the issue is resolved, set verify_property_trees to false

BUG=444219

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

Cr-Commit-Position: refs/heads/master@{#309468}
cc/test/layer_tree_test.cc
cc/test/layer_tree_test.h
cc/trees/layer_tree_host_common_perftest.cc