| Index: webkit/api/public/gtk/WebInputEventFactory.h
|
| diff --git a/webkit/api/public/gtk/WebInputEventFactory.h b/webkit/api/public/gtk/WebInputEventFactory.h
|
| index f8ce4f0d36db10d5ceae7ecea042c6e689d641b0..5fdfa97fa3d066c72868ca9dd871c502bab6b59b 100644
|
| --- a/webkit/api/public/gtk/WebInputEventFactory.h
|
| +++ b/webkit/api/public/gtk/WebInputEventFactory.h
|
| @@ -35,7 +35,6 @@
|
|
|
| typedef struct _GdkEventButton GdkEventButton;
|
| typedef struct _GdkEventMotion GdkEventMotion;
|
| -typedef struct _GdkEventCrossing GdkEventCrossing;
|
| typedef struct _GdkEventScroll GdkEventScroll;
|
| typedef struct _GdkEventKey GdkEventKey;
|
|
|
| @@ -51,7 +50,6 @@ namespace WebKit {
|
| WEBKIT_API static WebKeyboardEvent keyboardEvent(wchar_t character, int state, double timeStampSeconds);
|
| WEBKIT_API static WebMouseEvent mouseEvent(const GdkEventButton*);
|
| WEBKIT_API static WebMouseEvent mouseEvent(const GdkEventMotion*);
|
| - WEBKIT_API static WebMouseEvent mouseEvent(const GdkEventCrossing*);
|
| WEBKIT_API static WebMouseWheelEvent mouseWheelEvent(const GdkEventScroll*);
|
| };
|
|
|
|
|