Replaced handling row data with cairoAPI while copying dirty area
authorEunsol Park <eunsol47.park@samsung.com>
Thu, 2 May 2013 12:10:31 +0000 (21:10 +0900)
committerGerrit Code Review <gerrit2@kim11>
Fri, 3 May 2013 01:54:07 +0000 (10:54 +0900)
commit4b68b216175e19b15a44b282a08c03881f25ceb1
tree6186787e3a2dd6f297d58da1ae22d0fde9dc42ac
parentc9f9afc5d67f1b82fb319286df52ba2d08113a3c
Replaced handling row data with cairoAPI while copying dirty area

[Title] Replaced handling row data with cairoAPI while copying dirty areas
[Issue#] P130429-4677
[Problem] Crash once when copying dirty area
[Cause] The dirty area buffer was allocated by malloc, some part of that was broken.
[Solution] The buffer was used by cairo API, not allocated singly,
          because cairo API is safer to handle buffers.

Change-Id: I4b3f6c1064d24e352485990d75c8bd19bde0021e
Source/WebKit2/WebProcess/WebPage/efl/tizen/TiledBackingStoreRemoteTileTizen.cpp
Source/WebKit2/WebProcess/WebPage/efl/tizen/TiledBackingStoreRemoteTileTizen.h