Index: third_party/WebKit/Source/core/events/InputEvent.h |
diff --git a/third_party/WebKit/Source/core/events/InputEvent.h b/third_party/WebKit/Source/core/events/InputEvent.h |
index 35ee6dc19e47dbd96d4388160132d6b94ca42a45..6ed564ee4facb5e8d7be9a66d0d70de1467edfd2 100644 |
--- a/third_party/WebKit/Source/core/events/InputEvent.h |
+++ b/third_party/WebKit/Source/core/events/InputEvent.h |
@@ -49,6 +49,7 @@ public: |
}; |
static InputEvent* createBeforeInput(InputType, const String& data, EventCancelable, EventIsComposing, const RangeVector*); |
+ static InputEvent* createInput(InputType, const String& data, EventIsComposing, const RangeVector*); |
String inputType() const; |
const String& data() const { return m_data; } |