From 9dd3f09f3b659e5a749f759e939a707490d2dd46 Mon Sep 17 00:00:00 2001 From: renyou Date: Mon, 14 Sep 2020 13:06:44 -0400 Subject: [PATCH] Fix an include path to match the others. (#21148) --- shell/gpu/gpu_surface_software_delegate.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/gpu/gpu_surface_software_delegate.cc b/shell/gpu/gpu_surface_software_delegate.cc index 263526f85..d4141a3c7 100644 --- a/shell/gpu/gpu_surface_software_delegate.cc +++ b/shell/gpu/gpu_surface_software_delegate.cc @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "shell/gpu/gpu_surface_software_delegate.h" +#include "flutter/shell/gpu/gpu_surface_software_delegate.h" namespace flutter { -- GitLab