Skip to content

Commit

Permalink
Remove GetDarwinContext
Browse files Browse the repository at this point in the history
  • Loading branch information
jmagman committed Apr 15, 2024
1 parent a477599 commit 224f6d2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions shell/platform/darwin/ios/ios_context_metal_impeller.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ class IOSContextMetalImpeller final : public IOSContext {

~IOSContextMetalImpeller();

fml::scoped_nsobject<FlutterDarwinContextMetalSkia> GetDarwinContext() const;

IOSRenderingBackend GetBackend() const override;

// |IOSContext|
Expand Down
5 changes: 0 additions & 5 deletions shell/platform/darwin/ios/ios_context_metal_impeller.mm
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@

IOSContextMetalImpeller::~IOSContextMetalImpeller() = default;

fml::scoped_nsobject<FlutterDarwinContextMetalSkia> IOSContextMetalImpeller::GetDarwinContext()
const {
return fml::scoped_nsobject<FlutterDarwinContextMetalSkia>{};
}

IOSRenderingBackend IOSContextMetalImpeller::GetBackend() const {
return IOSRenderingBackend::kImpeller;
}
Expand Down

0 comments on commit 224f6d2

Please sign in to comment.