Set antialias none for paintSelection
authorHyeonji Kim <hyeonji.kim@samsung.com>
Wed, 17 Apr 2013 04:51:36 +0000 (13:51 +0900)
committerHyeonji Kim <hyeonji.kim@samsung.com>
Wed, 17 Apr 2013 09:02:27 +0000 (18:02 +0900)
commita63f162833be63aa01be32f190c58390659dcb1c
treec0647af45c0f4966c296d7eae1620868992ec8a0
parentf88c557a6e9c057bdb99fe2f8da664065c48916a
Set antialias none for paintSelection

[Title] Set antialias none for paintSelection
[Issue#] P130411-5033
[Problem] there's a line between the preceding text block and the next text block which are selected
[Cause] there's antialias during zoom in/out
[Solution] set antialias none for paintSelection

Change-Id: Ie2b88ce0fc5e0924c6bd68ba717a8d2907d05b9b
Source/WTF/wtf/Platform.h
Source/WebCore/rendering/InlineTextBox.cpp
Source/WebCore/rendering/RenderBlock.cpp