Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4407)

Unified Diff: cc/trees/layer_tree_host_common_perftest.cc

Issue 1029323004: Uninitialized variable in perftests causing issues on android bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_host_common_perftest.cc
diff --git a/cc/trees/layer_tree_host_common_perftest.cc b/cc/trees/layer_tree_host_common_perftest.cc
index 1732e5588981f89d175935ae9d984b6cd5c05ad1..2f2ede40493978494f26741949528c86a58f3695 100644
--- a/cc/trees/layer_tree_host_common_perftest.cc
+++ b/cc/trees/layer_tree_host_common_perftest.cc
@@ -163,6 +163,7 @@ class CalcDrawPropsImplTest : public LayerTreeHostCommonPerfTest {
class BspTreePerfTest : public CalcDrawPropsImplTest {
public:
+ BspTreePerfTest() : num_duplicates_(1) {}
void RunSortLayers() { RunTest(false, false, false); }
void SetNumberOfDuplicates(int num_duplicates) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698