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

Unified Diff: cc/test/layer_tree_test_common.h

Issue 11747002: cc: Set the max frames pending from the thread proxy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 12 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
Index: cc/test/layer_tree_test_common.h
diff --git a/cc/test/layer_tree_test_common.h b/cc/test/layer_tree_test_common.h
index 9be2059d152765972724af649e7444f1a26d8e8c..0fc33e46a9c2da05b521712bbec7391071deb1c7 100644
--- a/cc/test/layer_tree_test_common.h
+++ b/cc/test/layer_tree_test_common.h
@@ -185,7 +185,7 @@ private:
TEST_FIXTURE_NAME##_##P1_NAME() \
: TEST_FIXTURE_NAME(P1) {} \
}; \
- MULTI_THREAD_TEST_F(TEST_FIXTURE_NAME##_##P1)
+ MULTI_THREAD_TEST_F(TEST_FIXTURE_NAME##_##P1_NAME)
#define SINGLE_THREAD_TEST_P1(TEST_FIXTURE_NAME, P1_NAME, P1) \
class TEST_FIXTURE_NAME##_##P1_NAME : public TEST_FIXTURE_NAME { \

Powered by Google App Engine
This is Rietveld 408576698