| Index: Source/WebCore/platform/chromium/PopupContainer.h
|
| diff --git a/Source/WebCore/platform/chromium/PopupContainer.h b/Source/WebCore/platform/chromium/PopupContainer.h
|
| index 4fd24ae4f361c3691d8812a3f98ad47a415975c2..fa9be5d24b389f60f0c09ddd83fbc19b3e268b4d 100644
|
| --- a/Source/WebCore/platform/chromium/PopupContainer.h
|
| +++ b/Source/WebCore/platform/chromium/PopupContainer.h
|
| @@ -62,9 +62,7 @@ public:
|
| virtual bool handleMouseReleaseEvent(const PlatformMouseEvent&);
|
| virtual bool handleWheelEvent(const PlatformWheelEvent&);
|
| virtual bool handleKeyEvent(const PlatformKeyboardEvent&);
|
| -#if ENABLE(TOUCH_EVENTS)
|
| virtual bool handleTouchEvent(const PlatformTouchEvent&);
|
| -#endif
|
| virtual bool handleGestureEvent(const PlatformGestureEvent&);
|
|
|
| // PopupContainer methods
|
|
|