Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2351)

Unified Diff: Source/web/WebInputEventConversion.cpp

Issue 879333002: Support buttons attribute for drag event (blink side). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/web/WebInputEventConversion.h ('k') | Source/web/WebViewImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebInputEventConversion.cpp
diff --git a/Source/web/WebInputEventConversion.cpp b/Source/web/WebInputEventConversion.cpp
index 4df72e3f4659c04fe5b1350f19fec8012a2fd611..15a4fff10a15207723b483c9a30333e763575c2f 100644
--- a/Source/web/WebInputEventConversion.cpp
+++ b/Source/web/WebInputEventConversion.cpp
@@ -115,7 +115,7 @@ static unsigned toPlatformEventModifiers(int webModifiers)
return newModifiers;
}
-static unsigned toPlatformMouseEventModifiers(int webModifiers)
+unsigned toPlatformMouseEventModifiers(int webModifiers)
{
unsigned newModifiers = toPlatformEventModifiers(webModifiers);
if (webModifiers & WebInputEvent::LeftButtonDown)
« no previous file with comments | « Source/web/WebInputEventConversion.h ('k') | Source/web/WebViewImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698