Index: Source/web/WebInputEventConversion.h |
diff --git a/Source/web/WebInputEventConversion.h b/Source/web/WebInputEventConversion.h |
index 39139c288490e6f0c546719c9aad4c93b22f694a..5ff4c85e86c39638e47013fba4e9370acdd49a5e 100644 |
--- a/Source/web/WebInputEventConversion.h |
+++ b/Source/web/WebInputEventConversion.h |
@@ -98,12 +98,6 @@ public: |
// be set to Undefined. |
WebMouseEventBuilder(const Widget*, const LayoutObject*, const MouseEvent&); |
WebMouseEventBuilder(const Widget*, const LayoutObject*, const TouchEvent&); |
- |
- // Converts a PlatformMouseEvent to a corresponding WebMouseEvent. |
- // NOTE: This is only implemented for mousepressed, mousereleased, and |
- // mousemoved. If the event mapping fails, the event type will be set to |
- // Undefined. |
- WebMouseEventBuilder(const Widget*, const PlatformMouseEvent&); |
}; |
// Converts a WheelEvent to a corresponding WebMouseWheelEvent. |
@@ -121,7 +115,6 @@ public: |
class WebKeyboardEventBuilder : public WebKeyboardEvent { |
public: |
WebKeyboardEventBuilder(const KeyboardEvent&); |
- WebKeyboardEventBuilder(const PlatformKeyboardEvent&); |
}; |
// Converts a TouchEvent to a corresponding WebTouchEvent. |