From 024e9386c24b862cae3a4cf4bd22fd4651b02cc5 Mon Sep 17 00:00:00 2001 From: "apatrick@chromium.org" Date: Sat, 20 Feb 2010 01:20:47 +0000 Subject: Revert 39530 - GPU plugin forwards repaint events to Pepper plugin. WM_PAINT results in a call to Pepper repaint callback. Implemented WM_ERASEBKGND to prevent flickering on repaint. Implemented PGL_NO_CONTEXT (copied from EGL spec). This is already reviewed by alokp but unfortunately got entangled with this CL. TEST=none BUG=none Review URL: http://codereview.chromium.org/571018 TBR=alokp@chromium.org Review URL: http://codereview.chromium.org/650100 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39535 0039d316-1c4b-4281-b951-d872f2087c98 --- gpu/demos/framework/plugin.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gpu/demos/framework/plugin.h') 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(); -- cgit v1.1