summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/webplugin_delegate_pepper.h
diff options
context:
space:
mode:
authorjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-08 22:06:59 +0000
committerjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-08 22:06:59 +0000
commit9f5cb56af9d3a0bb7082c52f6f9740d903e0ca61 (patch)
tree5886ad5c7524def94c09b1929b99facf6cb9b4de /chrome/renderer/webplugin_delegate_pepper.h
parent07ef48cef1e5486999c682e083486a41bbc8df02 (diff)
downloadchromium_src-9f5cb56af9d3a0bb7082c52f6f9740d903e0ca61.zip
chromium_src-9f5cb56af9d3a0bb7082c52f6f9740d903e0ca61.tar.gz
chromium_src-9f5cb56af9d3a0bb7082c52f6f9740d903e0ca61.tar.bz2
Coverity: Pass parameters by reference.
CID=2099,2573,2574,2575,2576,2633,2667, 2673,2674,5148,6514,7758,8059,8060,8071 BUG=none TEST=none Review URL: http://codereview.chromium.org/4527006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65437 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/renderer/webplugin_delegate_pepper.h')
-rw-r--r--chrome/renderer/webplugin_delegate_pepper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/renderer/webplugin_delegate_pepper.h b/chrome/renderer/webplugin_delegate_pepper.h
index 2164f66..cfe34a1 100644
--- a/chrome/renderer/webplugin_delegate_pepper.h
+++ b/chrome/renderer/webplugin_delegate_pepper.h
@@ -254,7 +254,7 @@ class WebPluginDelegatePepper : public webkit_glue::WebPluginDelegate,
// Synchronize a 3D context state with the service.
void Synchronize3DContext(NPDeviceContext3D* context,
- gpu::CommandBuffer::State state);
+ const gpu::CommandBuffer::State& state);
// Synchronize the 3D context state with the proxy and invoke the async
// flush callback.