fix build breakage on PlatformViews.mm (flutter/engine#9495)

This commit is contained in:
Chris Yang
2019-06-25 18:26:31 -07:00
committed by GitHub
parent 1c66c0866e
commit f93174d33e

View File

@@ -230,7 +230,7 @@ UIView* FlutterPlatformViewsController::ReconstructClipViewsChain(int number_of_
void FlutterPlatformViewsController::ApplyMutators(const MutatorsStack& mutators_stack,
UIView* embedded_view) {
FML_DCHECK(CATransform3DEqualToTransform(head.layer.transform, CATransform3DIdentity));
FML_DCHECK(CATransform3DEqualToTransform(embedded_view.layer.transform, CATransform3DIdentity));
UIView* head = embedded_view;
head.clipsToBounds = YES;