OSDN Git Service

layer or save push/pop should start new rect
authorCary Clark <cary@android.com>
Mon, 10 Jan 2011 21:33:00 +0000 (16:33 -0500)
committerCary Clark <cary@android.com>
Mon, 10 Jan 2011 21:33:00 +0000 (16:33 -0500)
commitbdfa9357cbe47a6e6a1b83c3285a06d15a8f806b
tree6f7919965f7ae54a4192302f2ceca262f820de10
parentf81c672a4f5c06621000a6df0984cde689397d94
layer or save push/pop should start new rect

In computing cursor rings, consecutive rectangles
from the picture may be combined. If the picture
pushes or pops a canvas context, the rects
should no longer be combined, because they come
from different DOM nodes.

bug:3336522
Change-Id: I2b09220d84238873f209528bf822b9c203de9ce8
WebKit/android/nav/CachedRoot.cpp