Fix side effect of pattern optimization.
authorYongGeol Jung <yg48.jung@samsung.com>
Mon, 3 Jun 2013 00:50:57 +0000 (09:50 +0900)
committerHurnjoo Lee <hurnjoo.lee@samsung.com>
Mon, 23 Sep 2013 09:35:09 +0000 (18:35 +0900)
commit580dce7cef4c82dec1cca64070268ac9adc74925
tree712e228b5dd3324f2cd5651f7aa64842afb9d2f8
parent7d62cb669e950eec6f48bec5c3ae66ac88da0a45
Fix side effect of pattern optimization.

[Title] Fix side effect of pattern optimization.
[Issue#] DCM-1635
[Problem] View of footer is displayed wrongly.
[Cause] Edge of pattern image is transparent.
[Solution] Pixels outside of the pattern copy the closest pixel from the source.

Change-Id: I013b9223b7b3e75285bebc0ef354aa04781cb898
Source/WebCore/platform/graphics/cairo/CairoUtilities.cpp