| Index: webkit/tools/pepper_test_plugin/plugin_object.cc
|
| ===================================================================
|
| --- webkit/tools/pepper_test_plugin/plugin_object.cc (revision 37731)
|
| +++ webkit/tools/pepper_test_plugin/plugin_object.cc (working copy)
|
| @@ -372,7 +372,7 @@
|
| if (!pgl_context_) {
|
| // Initialize a 3D context.
|
| NPDeviceContext3DConfig config;
|
| - config.commandBufferEntries = kCommandBufferSize;
|
| + config.commandBufferSize = kCommandBufferSize;
|
| device3d_->initializeContext(npp_, &config, &context3d_);
|
|
|
| // Create a PGL context.
|
|
|