Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 87ead94

Browse files
authored
delete include of private GrMtlTypes header (#38783)
1 parent 5ec03d7 commit 87ead94

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

shell/gpu/gpu_surface_metal_delegate.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
#include "flutter/fml/macros.h"
1111
#include "third_party/skia/include/core/SkSize.h"
1212
#include "third_party/skia/include/core/SkSurface.h"
13-
#include "third_party/skia/include/gpu/mtl/GrMtlTypes.h"
1413

1514
namespace flutter {
1615

shell/gpu/gpu_surface_metal_skia.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
#include "flutter/fml/macros.h"
1111
#include "flutter/shell/gpu/gpu_surface_metal_delegate.h"
1212
#include "third_party/skia/include/gpu/GrDirectContext.h"
13-
#include "third_party/skia/include/gpu/mtl/GrMtlTypes.h"
1413

1514
namespace flutter {
1615

shell/platform/darwin/graphics/FlutterDarwinExternalTextureMetal.mm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
#include "third_party/skia/include/gpu/GrBackendSurface.h"
1313
#include "third_party/skia/include/gpu/GrDirectContext.h"
1414
#include "third_party/skia/include/gpu/GrYUVABackendTextures.h"
15-
#include "third_party/skia/include/gpu/mtl/GrMtlTypes.h"
1615

1716
FLUTTER_ASSERT_ARC
1817

testing/test_metal_context.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
#include <mutex>
1010

1111
#include "third_party/skia/include/gpu/GrDirectContext.h"
12-
#include "third_party/skia/include/gpu/mtl/GrMtlTypes.h"
1312

1413
namespace flutter {
1514

0 commit comments

Comments
 (0)