Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / inspector / InspectorInputAgent.cpp
index b77159f..9729cb8 100644 (file)
@@ -175,6 +175,7 @@ void InspectorInputAgent::dispatchMouseEvent(ErrorString* error, const String& t
         convertedModifiers & PlatformEvent::CtrlKey,
         convertedModifiers & PlatformEvent::AltKey,
         convertedModifiers & PlatformEvent::MetaKey,
+        PlatformMouseEvent::RealOrIndistinguishable,
         timestamp ? *timestamp : currentTime());
 
     m_client->dispatchMouseEvent(event);