diff options
author | weiliangc <weiliangc@chromium.org> | 2016-02-17 09:57:13 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-02-17 17:58:26 +0000 |
commit | ca1a84a4317d95b08569838882b67fa0ceb9fd8d (patch) | |
tree | b43b3f12363fbe9934e88390f2faf390a881f708 /cc | |
parent | f0d89485a1584f87de303bd35a4bed7ef75ce777 (diff) | |
download | chromium_src-ca1a84a4317d95b08569838882b67fa0ceb9fd8d.zip chromium_src-ca1a84a4317d95b08569838882b67fa0ceb9fd8d.tar.gz chromium_src-ca1a84a4317d95b08569838882b67fa0ceb9fd8d.tar.bz2 |
Revert of Use property trees for caculate draw properties perf test (patchset #1 id:1 of https://codereview.chromium.org/1702673003/ )
Reason for revert:
Crashes on perf bots. https://code.google.com/p/chromium/issues/detail?id=587497
Original issue's description:
> Use property trees for caculate draw properties perf test
>
> Set to use property trees for CalcDrawProps perf test. Other than
> command line option to turn off property trees, this should be the only
> place where we don't use property trees.
>
> R=enne
> BUG=581832
> CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
>
> Committed: https://crrev.com/87137a3dfba3e68b284335a26b9cabc687ac8b61
> Cr-Commit-Position: refs/heads/master@{#375687}
TBR=enne@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=581832
Review URL: https://codereview.chromium.org/1705843002
Cr-Commit-Position: refs/heads/master@{#375919}
Diffstat (limited to 'cc')
-rw-r--r-- | cc/trees/layer_tree_host_common_perftest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/trees/layer_tree_host_common_perftest.cc b/cc/trees/layer_tree_host_common_perftest.cc index 19d033d..14c270e 100644 --- a/cc/trees/layer_tree_host_common_perftest.cc +++ b/cc/trees/layer_tree_host_common_perftest.cc @@ -110,7 +110,7 @@ class CalcDrawPropsTest : public LayerTreeHostCommonPerfTest { LayerImplList update_list; PropertyTrees property_trees; bool verify_property_trees = false; - bool use_property_trees = true; + bool use_property_trees = false; active_tree->IncrementRenderSurfaceListIdForTesting(); LayerTreeHostCommon::CalcDrawPropsImplInputs inputs( active_tree->root_layer(), active_tree->DrawViewportSize(), |