Index: third_party/WebKit/Source/core/events/MouseEvent.h |
diff --git a/third_party/WebKit/Source/core/events/MouseEvent.h b/third_party/WebKit/Source/core/events/MouseEvent.h |
index 36bf6385fa21cdab413b89b179f106d7e7f223f1..2f9041e4ee54123d5d07d7bdc00bcebc48f8b753 100644 |
--- a/third_party/WebKit/Source/core/events/MouseEvent.h |
+++ b/third_party/WebKit/Source/core/events/MouseEvent.h |
@@ -61,6 +61,7 @@ public: |
~MouseEvent() override; |
static unsigned short platformModifiersToButtons(unsigned modifiers); |
+ static unsigned short buttonToButtons(short button); |
void initMouseEvent(ScriptState*, const AtomicString& type, bool canBubble, bool cancelable, AbstractView*, |
int detail, int screenX, int screenY, int clientX, int clientY, |