Update tile partially
authorEunsol Park <eunsol47.park@samsung.com>
Fri, 26 Apr 2013 07:52:54 +0000 (16:52 +0900)
committerGerrit Code Review <gerrit2@kim11>
Fri, 26 Apr 2013 08:33:41 +0000 (17:33 +0900)
commit679a2eba616661bf96a784342a48b671e1e84acd
tree6ac53006196bef5d723d647767fb98026c522669
parentf7f47d6bca4ffae4a7a2f9a0ef7550ea5fd9f12e
Update tile partially

    [Title] Update tile partially
    [Issue#] N/A
    [Problem] BrowserMark2 CSS 2D Transform test result is behind competitors.
    [Cause] Painting takes too long due to whole tile update.
    [Solution] Copy painted tile to empty tile and paint only dirty area.

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