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

Unified Diff: webkit/plugins/npapi/test/plugin_test_factory.cc

Issue 10855141: Fix race condition with windowless plugin buffers. The problem, which is already fixed for Mac, is … (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 4 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: webkit/plugins/npapi/test/plugin_test_factory.cc
===================================================================
--- webkit/plugins/npapi/test/plugin_test_factory.cc (revision 151213)
+++ webkit/plugins/npapi/test/plugin_test_factory.cc (working copy)
@@ -43,7 +43,8 @@
new_test = new NPObjectIdentityTest(instance, host_functions);
} else if (test_name == "npobject_proxy") {
new_test = new NPObjectProxyTest(instance, host_functions);
- } else if (test_name == "invoke_js_function_on_create"
+ } else if (test_name == "invoke_js_function_on_create" ||
+ test_name == "resize_during_paint"
#if defined(OS_WIN) || defined(OS_MACOSX)
// TODO(port): plugin_windowless_test.*.
|| test_name == "execute_script_delete_in_paint" ||

Powered by Google App Engine
This is Rietveld 408576698