summaryrefslogtreecommitdiffstats
path: root/cc
diff options
context:
space:
mode:
authordanakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-27 07:51:52 +0000
committerdanakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-27 07:51:52 +0000
commit80a553cecb8ac53a3d84d64e38187855e31a8b04 (patch)
tree4102a2b311fc24f6ed9771b9f4512d3d4e2257a1 /cc
parent3b8f915aa8edf693938509a42a407b19bb29c88e (diff)
downloadchromium_src-80a553cecb8ac53a3d84d64e38187855e31a8b04.zip
chromium_src-80a553cecb8ac53a3d84d64e38187855e31a8b04.tar.gz
chromium_src-80a553cecb8ac53a3d84d64e38187855e31a8b04.tar.bz2
cc: Re-enable LayerTreeHostTestSetNeedsCommit1
Not sure why this test was disabled - it has been disabled since we moved out of WebKit. But let's turn it on as it's passing. R=jamesr Review URL: https://chromiumcodereview.appspot.com/12844010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190857 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc')
-rw-r--r--cc/trees/layer_tree_host_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/trees/layer_tree_host_unittest.cc b/cc/trees/layer_tree_host_unittest.cc
index 28a0ba7..da2d891 100644
--- a/cc/trees/layer_tree_host_unittest.cc
+++ b/cc/trees/layer_tree_host_unittest.cc
@@ -107,7 +107,7 @@ class LayerTreeHostTestSetNeedsCommit1 : public LayerTreeHostTest {
int num_draws_;
};
-// MULTI_THREAD_TEST_F(LayerTreeHostTestSetNeedsCommit1);
+SINGLE_AND_MULTI_THREAD_TEST_F(LayerTreeHostTestSetNeedsCommit1);
// A setNeedsCommit should lead to 1 commit. Issuing a second commit after that
// first committed frame draws should lead to another commit.