Changeset 1087 for trunk/src/platform/nacl/nacl_instance.h
- Timestamp:
- Nov 25, 2011, 12:30:26 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/platform/nacl/nacl_instance.h
r1084 r1087 37 37 //void InitializeMethods(ScriptingBridge* bridge); 38 38 39 39 40 // Called to draw the contents of the module's browser area. 40 void DrawSelf();41 virtual bool HandleInputEvent(const pp::InputEvent& event); 41 42 42 // private: 43 // Browser connectivity and scripting support. 44 // ScriptingBridge scripting_bridge_; 43 void DrawSelf(); 45 44 46 SharedOpenGLContext opengl_context_;45 SharedOpenGLContext opengl_context_; 47 46 48 47 ivec2 m_size;
Note: See TracChangeset
for help on using the changeset viewer.