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

Unified Diff: third_party/WebKit/Source/core/dom/Document.cpp

Issue 2350433002: Extract more of the mouse logic from EventHandler (Closed)
Patch Set: Remove redundant condition Created 4 years, 3 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/dom/Document.cpp
diff --git a/third_party/WebKit/Source/core/dom/Document.cpp b/third_party/WebKit/Source/core/dom/Document.cpp
index 4423b5be5a22df588b91743fcbe9156dd041266d..c5260b19d36c6e3fa0490062138cb6c9b28d921b 100644
--- a/third_party/WebKit/Source/core/dom/Document.cpp
+++ b/third_party/WebKit/Source/core/dom/Document.cpp
@@ -3190,7 +3190,7 @@ String Document::outgoingReferrer() const
return referrerDocument->m_url.strippedForUseAsReferrer();
}
-MouseEventWithHitTestResults Document::prepareMouseEvent(const HitTestRequest& request, const LayoutPoint& documentPoint, const PlatformMouseEvent& event)
+MouseEventWithHitTestResults Document::performMouseEventHitTest(const HitTestRequest& request, const LayoutPoint& documentPoint, const PlatformMouseEvent& event)
{
DCHECK(layoutViewItem().isNull() || layoutViewItem().isLayoutView());

Powered by Google App Engine
This is Rietveld 408576698