Fix to do not use transform information when getting caret rect.
authoryoungtaeck.song <youngtaeck.song@samsung.com>
Fri, 17 Aug 2012 10:51:25 +0000 (19:51 +0900)
committeryoungtaeck.song <youngtaeck.song@samsung.com>
Wed, 22 Aug 2012 12:00:30 +0000 (21:00 +0900)
commitdcd354acb0dfc3b4891a5c2bcd8537f6895680d8
tree5033efd8e3b40d3959763650c58657f28c2aeb53
parent33b8782c9d4014357b65e7d4f03da182ba6478e2
Fix to do not use transform information when getting caret rect.

[Title] Fix to do not use transform information when getting caret rect.
[Issue#]  N_SE-2904
[Problem] Caret doesn’t blink when layer own this caret is transformed.
[Cause] In this case, the rect for invalidation is modified by transform infomation.
[Solution] Fix to do not use transform information when getting caret rect.

Change-Id: I3ce13e8ee5038d3c967c83319e2f8cbf26eea01b
Source/WTF/wtf/Platform.h
Source/WebCore/editing/FrameSelection.cpp
Source/WebCore/rendering/RenderObject.cpp
Source/WebCore/rendering/RenderObject.h