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

Unified Diff: Source/web/WebInputEventConversion.h

Issue 879333002: Support buttons attribute for drag event (blink side). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
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

Powered by Google App Engine
This is Rietveld 408576698