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

Unified Diff: webkit/plugins/npapi/test/plugin_windowless_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: 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_windowless_test.h
===================================================================
--- webkit/plugins/npapi/test/plugin_windowless_test.h (revision 151213)
+++ webkit/plugins/npapi/test/plugin_windowless_test.h (working copy)
@@ -28,8 +28,11 @@
NPError ExecuteScript(NPNetscapeFuncs* browser, NPP id,
const std::string& script, NPVariant* result);
void ExecuteScriptDeleteInPaint(NPNetscapeFuncs* browser);
+ void ExecuteScriptResizeInPaint(NPNetscapeFuncs* browser);
void MultipleInstanceSyncCalls(NPNetscapeFuncs* browser);
void ConvertPoint(NPNetscapeFuncs* browser);
+
+ int paint_counter_;
};
} // namespace NPAPIClient

Powered by Google App Engine
This is Rietveld 408576698