X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Source%2FWebKit2%2FUIProcess%2FLayerTreeCoordinatorProxy.cpp;h=c3147ae60f07534183352f20930d2a0f90ae522e;hb=40de4a27d507b4cd29faf3ccbc5d4bbac12edf5c;hp=1ff9307a903790a4474db6bf5580dcfb0887d972;hpb=15bf08bc3982d904305c55f19707e0714902d8a0;p=framework%2Fweb%2Fwebkit-efl.git diff --git a/Source/WebKit2/UIProcess/LayerTreeCoordinatorProxy.cpp b/Source/WebKit2/UIProcess/LayerTreeCoordinatorProxy.cpp index 1ff9307..c3147ae 100755 --- a/Source/WebKit2/UIProcess/LayerTreeCoordinatorProxy.cpp +++ b/Source/WebKit2/UIProcess/LayerTreeCoordinatorProxy.cpp @@ -154,12 +154,11 @@ void LayerTreeCoordinatorProxy::updateTileForLayer(int layerID, int tileID, cons dispatchUpdate(bind(&WebLayerTreeRenderer::updateTileWithUpdateInfo, m_renderer.get(), layerID, tileID, WebLayerTreeRenderer::TileUpdate(updateInfo.updateRect, targetRect, surface, updateInfo.surfaceOffset))); #else #if ENABLE(TIZEN_WEBKIT2_TILED_AC_SHARED_PLATFORM_SURFACE) - if (m_renderer->isUsingPlatformSurface()) dispatchUpdate(bind(&WebLayerTreeRenderer::updatePlatformSurfaceTile, m_renderer.get(), layerID, tileID, updateInfo.updateRect, updateInfo.platformSurfaceID, updateInfo.platformSurfaceSize)); - else -#endif +#else dispatchUpdate(bind(&WebLayerTreeRenderer::updateTile, m_renderer.get(), layerID, tileID, WebLayerTreeRenderer::TileUpdate(updateInfo.updateRect, targetRect, surface, updateInfo.surfaceOffset))); #endif +#endif } void LayerTreeCoordinatorProxy::removeTileForLayer(int layerID, int tileID)