fixup! [M85 Dev][Tizen]Fix for compilation errors 94/244594/1
authoruzair <uzair.jaleel@samsung.com>
Tue, 22 Sep 2020 06:58:42 +0000 (12:28 +0530)
committeruzair <uzair.jaleel@samsung.com>
Tue, 22 Sep 2020 06:58:48 +0000 (12:28 +0530)
Below change fixes crash during browser launch

Change-Id: I9641668966cd484f0f8dd3325e4564ab3096c1c3
Signed-off-by: uzair <uzair.jaleel@samsung.com>
content/gpu/gpu_child_thread.cc

index c6104af..ac92207 100644 (file)
@@ -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