Changed the point for searching clickable node to get focus ring rect.
authorYuni Jeong <yhnet.jung@samsung.com>
Sat, 22 Jun 2013 10:00:44 +0000 (19:00 +0900)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Wed, 10 Jul 2013 03:08:02 +0000 (03:08 +0000)
commitabf5e0fb8b14485767ca015d4cd478408dc3f715
tree759bf838b5147e6d63c31b62d02940ea3755a63f
parentb7401aa3bef0c99090e1304fc84a7260748d13bf
Changed the point for searching clickable node to get focus ring rect.

[Title] Changed the point for searching clickable node to get focus ring rect.
[Issue#] DCM-2047
[Problem] focus ring is displayed above two link menu than tapped link menu.
[Cause] When user tap contents in iframe, it is searching clickable node using the point from iframe.
        But, the point from main frame is needed for searching clickable node.
        So, focus ring is displayed at wrong position.
[Solution] Changed the point for searching clickable node to the main frame point.

Change-Id: I9df118900b39aefdb0671bd167acc91beea4b582
Source/WebKit2/WebProcess/WebPage/efl/WebPageEfl.cpp