Chromium Code Reviews| Index: runtime/embedders/openglui/common/extension.h |
| =================================================================== |
| --- runtime/embedders/openglui/common/extension.h (revision 17737) |
| +++ runtime/embedders/openglui/common/extension.h (working copy) |
| @@ -13,6 +13,8 @@ |
| extern void StopBackgroundSound(); |
| extern int32_t LoadSoundSample(const char* path); |
| extern int32_t PlaySoundSample(const char* path); |
| +extern int32_t Init2DGraphics(); |
| + |
| #endif // EMBEDDERS_OPENGLUI_COMMON_EXTENSION_H_ |