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

Unified Diff: third_party/WebKit/Source/core/input/TouchEventManager.cpp

Issue 2491703004: Replace roundedLayoutPoint with LayoutPoint (Closed)
Patch Set: Created 4 years, 1 month 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/TouchEventManager.cpp
diff --git a/third_party/WebKit/Source/core/input/TouchEventManager.cpp b/third_party/WebKit/Source/core/input/TouchEventManager.cpp
index 54bddcf9a432ff66a204eeee84f46d20b70633e5..69c41900dd144f1bccbfb8dbdfb1d082999218e7 100644
--- a/third_party/WebKit/Source/core/input/TouchEventManager.cpp
+++ b/third_party/WebKit/Source/core/input/TouchEventManager.cpp
@@ -287,7 +287,7 @@ void TouchEventManager::updateTargetAndRegionMapsForTouchStarts(
(!touchInfo.touchNode ||
&touchInfo.touchNode->document() != m_touchSequenceDocument)) {
if (m_touchSequenceDocument->frame()) {
- LayoutPoint framePoint = roundedLayoutPoint(
+ LayoutPoint framePoint = LayoutPoint(
m_touchSequenceDocument->frame()->view()->rootFrameToContents(
touchInfo.point.pos()));
result = EventHandlingUtil::hitTestResultInFrame(
« no previous file with comments | « third_party/WebKit/Source/core/input/PointerEventManager.cpp ('k') | third_party/WebKit/Source/core/layout/LayoutBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698