Index: third_party/WebKit/public/platform/WebInputEvent.h |
diff --git a/third_party/WebKit/public/platform/WebInputEvent.h b/third_party/WebKit/public/platform/WebInputEvent.h |
index c7ccbf8fb7817a7aed86b220ef3841ddd5f655cd..7151ae04cef087b102c9b52d3b3f6a818237a520 100644 |
--- a/third_party/WebKit/public/platform/WebInputEvent.h |
+++ b/third_party/WebKit/public/platform/WebInputEvent.h |
@@ -259,6 +259,8 @@ public: |
return type == other.type; |
} |
+ BLINK_COMMON_EXPORT static const char* GetName(WebInputEvent::Type); |
+ |
protected: |
explicit WebInputEvent(unsigned sizeParam) |
{ |