diff options
author | gman@google.com <gman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-10 00:58:41 +0000 |
---|---|---|
committer | gman@google.com <gman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-10 00:58:41 +0000 |
commit | 2e2307ef575107d2710075f543fcabfce495585b (patch) | |
tree | efe2869773b2fffc6615abd265991c7d2ed43e59 /o3d/plugin/cross | |
parent | af1d9fd89250bcc8ecf54c9997ef5cb1a2b91f29 (diff) | |
download | chromium_src-2e2307ef575107d2710075f543fcabfce495585b.zip chromium_src-2e2307ef575107d2710075f543fcabfce495585b.tar.gz chromium_src-2e2307ef575107d2710075f543fcabfce495585b.tar.bz2 |
fix for osx
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20346 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/plugin/cross')
-rw-r--r-- | o3d/plugin/cross/o3d_glue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/o3d/plugin/cross/o3d_glue.h b/o3d/plugin/cross/o3d_glue.h index 753bcd7..5153ecd 100644 --- a/o3d/plugin/cross/o3d_glue.h +++ b/o3d/plugin/cross/o3d_glue.h @@ -218,7 +218,7 @@ class PluginObject: public NPObject { bool scroll_is_in_progress_; bool RendererIsSoftware() {return renderer_is_software_;} - bool SetRendererIsSoftware(bool state) {renderer_is_software_ = state;} + bool SetRendererIsSoftware(bool state); bool renderer_is_software_; NPDrawingModel drawing_model_; |