[Tizen][Debug] Assert @gpu_process_host_ui_shim.cc(224)
https://codereview.chromium.org/
369003002/ has removed the
handler of GpuHostMsg_UpdateVSyncParameters from GpuProcssHostUIShim.
Our chromium-efl downstream port was the last client of it.
In order to not leave this message unhandled (and hit an assert)
patch adds a filter for it in RenderWidgetHostViewEfl. To to hook
it up, it abuses the existing :RWHVEfl:AcceleratedSurfaceInitialized
callback, which is known to be called when the Gpu process is set up.
Code is based on BrowserCompositorOutputSurfaceProxy::ConnectToGpuProcessHost.
Bug: http://107.108.218.239/bugzilla/show_bug.cgi?id=4963
Change-Id: I2980b158eae1f7f882baf477f6ce1961ec8cf9a1
Signed-off-by: Antonio Gomes <a1.gomes@sisa.samsung.com>
Conflicts:
impl/browser/renderer_host/render_widget_host_view_efl.cc