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

Unified Diff: webkit/tools/pepper_test_plugin/main.cc

Issue 367002: Added Pepper 3D render context that instantiates the GPU plugin.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years 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/tools/pepper_test_plugin/main.cc
===================================================================
--- webkit/tools/pepper_test_plugin/main.cc (revision 35153)
+++ webkit/tools/pepper_test_plugin/main.cc (working copy)
@@ -171,6 +171,8 @@
browser->createobject(instance, PluginObject::GetPluginClass()));
instance->pdata = obj;
event_handler = new EventHandler(instance);
+
+ obj->New(pluginType, argc, argn, argv);
}
return NPERR_NO_ERROR;
« no previous file with comments | « webkit/tools/pepper_test_plugin/command_buffer_pepper.cc ('k') | webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698