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

Unified Diff: content/browser/renderer_host/input/web_input_event_builders_mac.h

Issue 2373733002: Send pointerleave and pointerenter events for styluses on Mac (Closed)
Patch Set: rebase Created 3 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 | « no previous file | content/browser/renderer_host/input/web_input_event_builders_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/input/web_input_event_builders_mac.h
diff --git a/content/browser/renderer_host/input/web_input_event_builders_mac.h b/content/browser/renderer_host/input/web_input_event_builders_mac.h
index 21a71bdbf862882f6a81926af3f6be85df50249b..d05de51cb91cd9a0c7f9357ca36dd3dd7716497f 100644
--- a/content/browser/renderer_host/input/web_input_event_builders_mac.h
+++ b/content/browser/renderer_host/input/web_input_event_builders_mac.h
@@ -23,7 +23,11 @@ class CONTENT_EXPORT WebKeyboardEventBuilder {
class CONTENT_EXPORT WebMouseEventBuilder {
public:
- static blink::WebMouseEvent Build(NSEvent* event, NSView* view);
+ static blink::WebMouseEvent Build(
+ NSEvent* event,
+ NSView* view,
+ blink::WebPointerProperties::PointerType pointerType =
+ blink::WebPointerProperties::PointerType::Mouse);
};
class CONTENT_EXPORT WebMouseWheelEventBuilder {
« no previous file with comments | « no previous file | content/browser/renderer_host/input/web_input_event_builders_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698