OSDN Git Service

Position WebTextView correctly on layers
authorMichael Kolb <kolby@google.com>
Tue, 15 Nov 2011 23:39:50 +0000 (15:39 -0800)
committerMichael Kolb <kolby@google.com>
Tue, 15 Nov 2011 23:55:38 +0000 (15:55 -0800)
    Bug: 5550648

Change-Id: If3d59e0d197e9383b64f6a9e17d94e022044b5c3

Source/WebKit/android/nav/WebView.cpp

index aea28bd..ebf416e 100644 (file)
@@ -2042,7 +2042,7 @@ static jobject nativeFocusCandidateNodeBounds(JNIEnv *env, jobject obj)
 {
     const CachedFrame* frame;
     const CachedNode* node = getFocusCandidate(env, obj, &frame);
-    WebCore::IntRect bounds = node ? node->bounds(frame)
+    WebCore::IntRect bounds = node ? node->originalAbsoluteBounds()
         : WebCore::IntRect(0, 0, 0, 0);
     // Inset the rect by 1 unit, so that the focus candidate's border can still
     // be seen behind it.