Chromium Code Reviews| Index: gpu/demos/framework/plugin.cc |
| =================================================================== |
| --- gpu/demos/framework/plugin.cc (revision 37750) |
| +++ gpu/demos/framework/plugin.cc (working copy) |
| @@ -119,7 +119,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. |