Reland: iOS: Delete FlutterPlatformViewsController.layerPoolSize (flutter/engine#56830)
This field is unused in the codebase/tests. This is a reland of https://github.com/flutter/engine/pull/56806, which was reverted as part of https://github.com/flutter/engine/pull/56790. [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
This commit is contained in:
parent
2afb790cad
commit
263fb587b7
@ -125,9 +125,6 @@
|
|||||||
|
|
||||||
- (size_t)embeddedViewCount;
|
- (size_t)embeddedViewCount;
|
||||||
|
|
||||||
// TODO(cbracken): Delete. This is unused.
|
|
||||||
- (size_t)layerPoolSize;
|
|
||||||
|
|
||||||
// Returns the `FlutterPlatformView`'s `view` object associated with the view_id.
|
// Returns the `FlutterPlatformView`'s `view` object associated with the view_id.
|
||||||
//
|
//
|
||||||
// If the `PlatformViewsController` does not contain any `FlutterPlatformView` object or
|
// If the `PlatformViewsController` does not contain any `FlutterPlatformView` object or
|
||||||
|
@ -538,10 +538,6 @@ BOOL canApplyBlurBackdrop = YES;
|
|||||||
return self.compositionOrder.size();
|
return self.compositionOrder.size();
|
||||||
}
|
}
|
||||||
|
|
||||||
- (size_t)layerPoolSize {
|
|
||||||
return self.layerPool->size();
|
|
||||||
}
|
|
||||||
|
|
||||||
- (UIView*)platformViewForId:(int64_t)viewId {
|
- (UIView*)platformViewForId:(int64_t)viewId {
|
||||||
return [self flutterTouchInterceptingViewForId:viewId].embeddedView;
|
return [self flutterTouchInterceptingViewForId:viewId].embeddedView;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user