diff options
Diffstat (limited to 'gpu/demos/framework/plugin.h')
-rw-r--r-- | gpu/demos/framework/plugin.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gpu/demos/framework/plugin.h b/gpu/demos/framework/plugin.h index 640d9c0..0f4b55e 100644 --- a/gpu/demos/framework/plugin.h +++ b/gpu/demos/framework/plugin.h @@ -26,10 +26,6 @@ class Plugin : public NPObject { NPP npp() const { return npp_; } void New(NPMIMEType pluginType, int16 argc, char* argn[], char* argv[]); void SetWindow(const NPWindow& window); - int32 HandleEvent(const NPPepperEvent& event); - - // Called continuously for animated demos. - void Tick(); // Called by the browser to paint the window. void Paint(); |