Update tile partially
authorEunsol Park <eunsol47.park@samsung.com>
Tue, 2 Apr 2013 04:21:11 +0000 (13:21 +0900)
committerGerrit Code Review <gerrit2@kim11>
Fri, 12 Apr 2013 05:04:03 +0000 (14:04 +0900)
commit2f997258449b738de6096d8749c1acfd32f90260
tree3036649135aaa09c42b1b561d0e459bddfb1f047
parent7e9ba6264d512cfe2b55e097ac998d5f0c6d805b
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: I7874ba77adc2a0bdec13c49487ec816aef9d0a19
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