| Index: Source/core/platform/chromium/PopupContainer.h
|
| diff --git a/Source/core/platform/chromium/PopupContainer.h b/Source/core/platform/chromium/PopupContainer.h
|
| index fa9be5d24b389f60f0c09ddd83fbc19b3e268b4d..4fd24ae4f361c3691d8812a3f98ad47a415975c2 100644
|
| --- a/Source/core/platform/chromium/PopupContainer.h
|
| +++ b/Source/core/platform/chromium/PopupContainer.h
|
| @@ -62,7 +62,9 @@ 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
|
|
|