OSDN Git Service

Fix the wrong layout in the layout test.
authorGrace Kloba <klobag@google.com>
Thu, 3 Dec 2009 01:39:47 +0000 (17:39 -0800)
committerGrace Kloba <klobag@google.com>
Mon, 7 Dec 2009 01:09:08 +0000 (17:09 -0800)
commitae5392bee4a0f78e4b30aac8c4448025e727df39
tree0a2520a4207e0983d8cf8776f512704e64290c67
parent6c9687c05aead139d549da6cfcccdfd65d2f4d26
Fix the wrong layout in the layout test.

When we create a new WebFrameView, the bounds needs
to be transferred from the old WebFrameView. Otherwise
the new View will have (0,0) as bounds.

Add transitionToCommitted() for transitionToCommittedFromCachedFrame().
WebKit/android/WebCoreSupport/FrameLoaderClientAndroid.cpp