From f7a64eee4a7c9556a2199bebb4110f7cef9b6d3c Mon Sep 17 00:00:00 2001 From: "apatrick@chromium.org" Date: Mon, 1 Feb 2010 22:24:14 +0000 Subject: Renamed ParseError -> Error, parse_error -> error, kParseNoError -> kNoError, commandBufferEntries -> commandBufferSize. Added NPDevice3DContextError enumeration. TEST=none BUG=none Review URL: http://codereview.chromium.org/558054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37751 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/tools/pepper_test_plugin/plugin_object.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webkit/tools/pepper_test_plugin') 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. -- cgit v1.1