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

Unified Diff: third_party/WebKit/Source/core/input/PointerEventManager.h

Issue 1960233002: Fix mouse pointer event clientX/Y (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix a typo Created 4 years, 7 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/input/PointerEventManager.h
diff --git a/third_party/WebKit/Source/core/input/PointerEventManager.h b/third_party/WebKit/Source/core/input/PointerEventManager.h
index 873c637bc69a6f75f0ef1aad05f93fb5228d5de7..ce6dfa48e1027ffdbdbadafcbe4ed4d1ea609506 100644
--- a/third_party/WebKit/Source/core/input/PointerEventManager.h
+++ b/third_party/WebKit/Source/core/input/PointerEventManager.h
@@ -31,7 +31,6 @@ public:
Node*, const AtomicString& type,
int clickCount, const PlatformMouseEvent&,
Node* relatedTarget,
- AbstractView*,
Node* lastNodeUnderMouse);
WebInputEventResult handleTouchEvents(
@@ -52,7 +51,7 @@ public:
Node* exitedNode,
Node* enteredNode,
const PlatformMouseEvent&,
- AbstractView*, bool isFrameBoundaryTransition);
+ bool isFrameBoundaryTransition);
// Resets the internal state of this object.
void clear();
« no previous file with comments | « third_party/WebKit/Source/core/input/EventHandler.cpp ('k') | third_party/WebKit/Source/core/input/PointerEventManager.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698