Chromium Code Reviews| Index: plugin/mac/plugin_mac.h |
| =================================================================== |
| --- plugin/mac/plugin_mac.h (revision 20106) |
| +++ plugin/mac/plugin_mac.h (working copy) |
| @@ -41,6 +41,7 @@ |
| // Just for o3d::Event::Button at the moment. |
| #include "core/cross/event.h" |
| +namespace o3d { |
| // RenderTimer maintains an animation timer (nominally running at 60fps) |
| // |
| @@ -101,4 +102,6 @@ |
| bool UseSoftwareRenderer(); |
| +} // namespace o3d |
| + |
| #endif // O3D_PLUGIN_MAC_PLUGIN_MAC_H_ |