fix wrong clipping of overflow scroll acceleration
authoryounghwan cho <yhwan.cho@samsung.com>
Fri, 26 Apr 2013 08:41:55 +0000 (17:41 +0900)
committerHeejin Chung <heejin.r.chung@samsung.com>
Wed, 8 May 2013 05:12:48 +0000 (14:12 +0900)
commite57247b6241b74e2586b58099cf62ea9390aab39
treedbf51a0392b06801eeaf6c6a9e823d3af0c568bf
parent67b0bdc7b037005731e75e7933c28714cb55e8de
fix wrong clipping of overflow scroll acceleration

[Title] fix wrong clipping of overflow scroll acceleration
[Issue#] ORANGE-271
[Problem] orange-cineday : in film detailed view the offscreen UI elements don't seem be redered properly eg "notes presse"
[Cause] all the parent layer's clip goes to the child
[Solution] apply the partial patch of "https://bugs.webkit.org/show_bug.cgi?id=91117" to ignore wrong overflow clip

Change-Id: I61429e132a7bbb270459877a52c24a55c0ba9fcf
Source/WTF/wtf/Platform.h
Source/WebCore/rendering/RenderLayer.cpp
Source/WebCore/rendering/RenderLayer.h