From bc9ffdd6fa328134cfd45c1b4c9e45144f6775a2 Mon Sep 17 00:00:00 2001 From: uzair Date: Tue, 22 Sep 2020 12:28:42 +0530 Subject: [PATCH] fixup! [M85 Dev][Tizen]Fix for compilation errors Below change fixes crash during browser launch Change-Id: I9641668966cd484f0f8dd3325e4564ab3096c1c3 Signed-off-by: uzair --- content/gpu/gpu_child_thread.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/gpu/gpu_child_thread.cc b/content/gpu/gpu_child_thread.cc index c6104af..ac92207 100644 --- a/content/gpu/gpu_child_thread.cc +++ b/content/gpu/gpu_child_thread.cc @@ -141,7 +141,7 @@ void GpuChildThread::Init(const base::Time& process_start_time) { #if defined(USE_EFL) void GpuChildThread::SetGpuServiceConnection(viz::GpuServiceImpl* service) { - OnGpuServiceConnection(service); + GpuChildThread::OnGpuServiceConnection(service); } #endif -- 2.7.4