Report backing store changes in the macOS view (flutter/engine#13933)

This commit is contained in:
stuartmorgan 2019-12-02 16:33:04 -08:00 committed by Flutter GitHub Bot
parent 3e6ba41538
commit 8a11e4f2de

View File

@ -48,4 +48,9 @@
return YES;
}
- (void)viewDidChangeBackingProperties {
[super viewDidChangeBackingProperties];
[_reshapeListener viewDidReshape:self];
}
@end