Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(251)

Unified Diff: webkit/glue/plugins/webplugin_delegate_impl.h

Issue 155172: Start using WebCursorInfo from the WebKit API. WebCursorInfo is a... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/glue/glue_util.cc ('k') | webkit/glue/plugins/webplugin_delegate_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/plugins/webplugin_delegate_impl.h
===================================================================
--- webkit/glue/plugins/webplugin_delegate_impl.h (revision 20148)
+++ webkit/glue/plugins/webplugin_delegate_impl.h (working copy)
@@ -16,16 +16,16 @@
#include "base/ref_counted.h"
#include "base/task.h"
#include "third_party/npapi/bindings/npapi.h"
+#include "webkit/glue/webcursor.h"
#include "webkit/glue/webplugin_delegate.h"
-#include "webkit/glue/webcursor.h"
#if defined(OS_LINUX)
typedef struct _GdkDrawable GdkPixmap;
#endif
namespace NPAPI {
- class PluginInstance;
-};
+class PluginInstance;
+}
// An implementation of WebPluginDelegate that proxies all calls to
// the plugin process.
@@ -56,7 +56,7 @@
// only called when windowless
// See NPAPI NPP_HandleEvent for more information.
virtual bool HandleInputEvent(const WebKit::WebInputEvent& event,
- WebCursor* cursor);
+ WebKit::WebCursorInfo* cursor);
virtual NPObject* GetPluginScriptableObject();
virtual void DidFinishLoadWithReason(NPReason reason);
virtual int GetProcessId();
« no previous file with comments | « webkit/glue/glue_util.cc ('k') | webkit/glue/plugins/webplugin_delegate_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698