Index: Source/web/WebInputEventConversion.h |
diff --git a/Source/web/WebInputEventConversion.h b/Source/web/WebInputEventConversion.h |
index 4537f2c29b3f922e2701324db1496b2744cb239c..39139c288490e6f0c546719c9aad4c93b22f694a 100644 |
--- a/Source/web/WebInputEventConversion.h |
+++ b/Source/web/WebInputEventConversion.h |
@@ -139,6 +139,8 @@ public: |
WebGestureEventBuilder(const Widget*, const LayoutObject*, const GestureEvent&); |
}; |
+unsigned toPlatformMouseEventModifiers(int webModifiers); |
+ |
} // namespace blink |
#endif |