Changeset 143933 in webkit


Ignore:
Timestamp:
Feb 25, 2013 8:59:20 AM (11 years ago)
Author:
commit-queue@webkit.org
Message:

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

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

Fix a typo in function names.

  • WebKitSupport/FatFingers.cpp:

(BlackBerry::WebKit::FatFingers::getNodesFromRect):

Location:
trunk/Source/WebKit/blackberry
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/blackberry/ChangeLog

    r143888 r143933  
     12013-02-25  Tiancheng Jiang  <tijiang@rim.com>
     2
     3        [BlackBerry]Adjust fatfinger detection rect size.
     4        https://bugs.webkit.org/show_bug.cgi?id=108678
     5
     6        Reviewed by Rob Buis.
     7
     8        Fix a typo in function names.
     9
     10        * WebKitSupport/FatFingers.cpp:
     11        (BlackBerry::WebKit::FatFingers::getNodesFromRect):
     12
    1132013-02-25  Alberto Garcia  <albgarcia@rim.com>
    214
  • trunk/Source/WebKit/blackberry/WebKitSupport/FatFingers.cpp

    r143866 r143933  
    461461    IntPoint contentViewportPos = m_webPage->mapFromContentsToViewport(m_contentPos);
    462462    // Do not allow fat fingers detect anything not visible(ie outside of the viewport)
    463     adjustPaddings(contentViewportPos, topPadding, rightPadding, bottomPadding, leftPadding);
     463    getAdjustedPaddings(contentViewportPos, topPadding, rightPadding, bottomPadding, leftPadding);
    464464
    465465    // The user functions checkForText() and findIntersectingRegions() uses the Node.wholeText() to checkFingerIntersection()
Note: See TracChangeset for help on using the changeset viewer.