summaryrefslogtreecommitdiffstats
path: root/o3d
diff options
context:
space:
mode:
authorvangelis@google.com <vangelis@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-22 16:54:16 +0000
committervangelis@google.com <vangelis@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-22 16:54:16 +0000
commitbe07051af08c07a1a33a0381f2c0211ecee7d0e0 (patch)
tree9afa7f13731836fffebcaa3fce21adb6899e487b /o3d
parentb05a00cdcafbe2c88e0702bfaf007132ddf26820 (diff)
downloadchromium_src-be07051af08c07a1a33a0381f2c0211ecee7d0e0.zip
chromium_src-be07051af08c07a1a33a0381f2c0211ecee7d0e0.tar.gz
chromium_src-be07051af08c07a1a33a0381f2c0211ecee7d0e0.tar.bz2
Fixing a typo that broke the windows build.
Review URL: http://codereview.chromium.org/140072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18907 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d')
-rw-r--r--o3d/plugin/win/main_win.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/o3d/plugin/win/main_win.cc b/o3d/plugin/win/main_win.cc
index 4cc9d33..1f1b14d 100644
--- a/o3d/plugin/win/main_win.cc
+++ b/o3d/plugin/win/main_win.cc
@@ -804,7 +804,7 @@ extern "C" {
return NPERR_NO_ERROR;
}
- bool PluginObject::GetDisplayMode(int id, o3d::DisplayMode *mode) {
+ bool PluginObject::GetDisplayMode(int mode_id, o3d::DisplayMode *mode) {
return renderer()->GetDisplayMode(mode_id, mode);
}