summaryrefslogtreecommitdiffstats
path: root/webkit/tools/pepper_test_plugin
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/tools/pepper_test_plugin')
-rw-r--r--webkit/tools/pepper_test_plugin/plugin_object.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/tools/pepper_test_plugin/plugin_object.cc b/webkit/tools/pepper_test_plugin/plugin_object.cc
index 7738a8cc..a2075ec 100644
--- a/webkit/tools/pepper_test_plugin/plugin_object.cc
+++ b/webkit/tools/pepper_test_plugin/plugin_object.cc
@@ -372,7 +372,7 @@ void PluginObject::SetWindow(const NPWindow& window) {
if (!pgl_context_) {
// Initialize a 3D context.
NPDeviceContext3DConfig config;
- config.commandBufferEntries = kCommandBufferSize;
+ config.commandBufferSize = kCommandBufferSize;
device3d_->initializeContext(npp_, &config, &context3d_);
// Create a PGL context.