Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / content / common / input / web_input_event_traits.h
index 9751fc0..47cd69f 100644 (file)
@@ -22,7 +22,7 @@ class CONTENT_EXPORT WebInputEventTraits {
                           const blink::WebInputEvent& event);
   static void Coalesce(const blink::WebInputEvent& event_to_coalesce,
                        blink::WebInputEvent* event);
-  static bool IgnoresAckDisposition(blink::WebInputEvent::Type type);
+  static bool IgnoresAckDisposition(const blink::WebInputEvent& event);
 };
 
 }  // namespace content