Title: [143933] trunk/Source/WebKit/blackberry
Revision
143933
Author
commit-qu...@webkit.org
Date
2013-02-25 08:59:20 -0800 (Mon, 25 Feb 2013)

Log Message

[BlackBerry]Adjust fatfinger detection rect size.
https://bugs.webkit.org/show_bug.cgi?id=108678

Patch by Tiancheng Jiang <tiji...@rim.com> on 2013-02-25
Reviewed by Rob Buis.

Fix a typo in function names.

* WebKitSupport/FatFingers.cpp:
(BlackBerry::WebKit::FatFingers::getNodesFromRect):

Modified Paths

Diff

Modified: trunk/Source/WebKit/blackberry/ChangeLog (143932 => 143933)


--- trunk/Source/WebKit/blackberry/ChangeLog	2013-02-25 16:56:39 UTC (rev 143932)
+++ trunk/Source/WebKit/blackberry/ChangeLog	2013-02-25 16:59:20 UTC (rev 143933)
@@ -1,3 +1,15 @@
+2013-02-25  Tiancheng Jiang  <tiji...@rim.com>
+
+        [BlackBerry]Adjust fatfinger detection rect size.
+        https://bugs.webkit.org/show_bug.cgi?id=108678
+
+        Reviewed by Rob Buis.
+
+        Fix a typo in function names.
+
+        * WebKitSupport/FatFingers.cpp:
+        (BlackBerry::WebKit::FatFingers::getNodesFromRect):
+
 2013-02-25  Alberto Garcia  <albgar...@rim.com>
 
         [BlackBerry] ChromeClientBlackBerry: fix variable names

Modified: trunk/Source/WebKit/blackberry/WebKitSupport/FatFingers.cpp (143932 => 143933)


--- trunk/Source/WebKit/blackberry/WebKitSupport/FatFingers.cpp	2013-02-25 16:56:39 UTC (rev 143932)
+++ trunk/Source/WebKit/blackberry/WebKitSupport/FatFingers.cpp	2013-02-25 16:59:20 UTC (rev 143933)
@@ -460,7 +460,7 @@
     unsigned topPadding, rightPadding, bottomPadding, leftPadding;
     IntPoint contentViewportPos = m_webPage->mapFromContentsToViewport(m_contentPos);
     // Do not allow fat fingers detect anything not visible(ie outside of the viewport)
-    adjustPaddings(contentViewportPos, topPadding, rightPadding, bottomPadding, leftPadding);
+    getAdjustedPaddings(contentViewportPos, topPadding, rightPadding, bottomPadding, leftPadding);
 
     // The user functions checkForText() and findIntersectingRegions() uses the Node.wholeText() to checkFingerIntersection()
     // not the text in its shadow tree.
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to