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