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

Unified Diff: webkit/plugins/npapi/test/plugin_test.h

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: fix linux 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
« no previous file with comments | « content/test/data/npapi/resize_during_paint.html ('k') | webkit/plugins/npapi/test/plugin_test_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/npapi/test/plugin_test.h
===================================================================
--- webkit/plugins/npapi/test/plugin_test.h (revision 151213)
+++ webkit/plugins/npapi/test/plugin_test.h (working copy)
@@ -64,7 +64,6 @@
// appropriate error about it.
void ExpectIntegerEqual(int val1, int val2);
- protected:
// Signals to the Test that invoked us that the test is
// completed. This is done by forcing the plugin to
// set a cookie in the browser window, which the test program
@@ -75,6 +74,7 @@
// received the SetWindow() callback from the browser.
void SignalTestCompleted();
+ protected:
// Helper function to lookup names in the input array.
// If the name is found, returns the value, otherwise
// returns NULL.
« no previous file with comments | « content/test/data/npapi/resize_during_paint.html ('k') | webkit/plugins/npapi/test/plugin_test_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698