OSDN Git Service

hit test complete node even if partially visible
authorCary Clark <cary@android.com>
Mon, 29 Nov 2010 21:28:22 +0000 (16:28 -0500)
committerCary Clark <cary@android.com>
Mon, 29 Nov 2010 21:40:21 +0000 (16:40 -0500)
commit3bd6ae434ca872f56161160f7825f535c2f39b8f
tree2b76d154dba23d1ad271f9524be7cc5e796c7f60
parent6bd88008bc13895cca3e78ccb0460a61d3be331f
hit test complete node even if partially visible

An older test incorrectly discards nodes if they are partially
off the screen. The test was attempting to ignore nodes that
were fully invisible, so change the test to do that.

bug:3198707
Change-Id: I3cb13de3c86b43d3388849161bdfc44f84d93b3d
WebKit/android/nav/CachedRoot.cpp