[WK2] call ewkViewFrameRendered after nonempty layout finished.
authorJungJik Lee <jungjik.lee@samsung.com>
Mon, 27 May 2013 10:57:03 +0000 (19:57 +0900)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Mon, 1 Jul 2013 02:47:43 +0000 (02:47 +0000)
commitf498e4946dbfcd86102fe0e4a1bc13740439e0f8
tree2a79afbc0b193f4f95a71353557f103c51a440fd
parent2771c0a951d3cd44e43a0eadb08e2a7850825be5
[WK2] call ewkViewFrameRendered after nonempty layout finished.

[Title] [WK2] call ewkViewFrameRendered after nonempty layout finished.
[Issue#] PLM 130509-5589
[Problem] Livebox / a PD box is bliking when the webview is created.
[Cause] the client does not know when the actual rendering is started.
[Solution] Send "frame,rendered" message to the client
           after didFirstVisuallyNonEmptyLayoutForMainFrame is called.

Change-Id: I4360758c6e9304f7756315cc885b2854be258dac
Source/WebKit2/UIProcess/API/efl/PageClientImpl.cpp
Source/WebKit2/UIProcess/API/efl/PageClientImpl.h
Source/WebKit2/UIProcess/API/efl/ewk_view.cpp