diff --git a/shell/gpu/gpu_surface_gl.cc b/shell/gpu/gpu_surface_gl.cc index 247447beb2cfe0c1f5bdeb94b3eaf4d42bd30b21..8380b6bd2ce6f05ed5cf721c1c2abd39d36e9757 100644 --- a/shell/gpu/gpu_surface_gl.cc +++ b/shell/gpu/gpu_surface_gl.cc @@ -8,7 +8,6 @@ #include "lib/ftl/arraysize.h" #include "lib/ftl/logging.h" #include "third_party/skia/include/core/SkSurface.h" -#include "third_party/skia/include/gpu/GrContext.h" #include "third_party/skia/include/gpu/gl/GrGLInterface.h" namespace shell { diff --git a/shell/gpu/gpu_surface_gl.h b/shell/gpu/gpu_surface_gl.h index 3835cbcf6bd03868b39e0d235e0fb66cf5648d70..95a6527ba55e98264c1a71a38d0c8500357cd77f 100644 --- a/shell/gpu/gpu_surface_gl.h +++ b/shell/gpu/gpu_surface_gl.h @@ -9,6 +9,7 @@ #include "flutter/synchronization/debug_thread_checker.h" #include "lib/ftl/macros.h" #include "lib/ftl/memory/weak_ptr.h" +#include "third_party/skia/include/gpu/GrContext.h" namespace shell {