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

Unified Diff: third_party/WebKit/Source/core/events/PointerEventFactory.h

Issue 2973963003: Release mouse pointer capture when it starts drag (Closed)
Patch Set: Remove is_cancel from parameters Created 3 years, 5 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: third_party/WebKit/Source/core/events/PointerEventFactory.h
diff --git a/third_party/WebKit/Source/core/events/PointerEventFactory.h b/third_party/WebKit/Source/core/events/PointerEventFactory.h
index 178fb63c5412707a568789307604633578144b4f..5515531d9c6f86ee34243091db55f4c62453af0a 100644
--- a/third_party/WebKit/Source/core/events/PointerEventFactory.h
+++ b/third_party/WebKit/Source/core/events/PointerEventFactory.h
@@ -9,6 +9,7 @@
#include "core/events/PointerEvent.h"
#include "platform/wtf/Allocator.h"
#include "platform/wtf/HashMap.h"
+#include "public/platform/WebPointerEvent.h"
#include "public/platform/WebPointerProperties.h"
namespace blink {
@@ -41,6 +42,8 @@ class CORE_EXPORT PointerEventFactory {
LocalFrame*,
DOMWindow*);
+ PointerEvent* CreatePointerCancelEvent(const WebPointerEvent&);
+
PointerEvent* CreatePointerCancelEvent(
const int pointer_id,
const WebPointerProperties::PointerType,

Powered by Google App Engine
This is Rietveld 408576698