mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Report backing store changes in the macOS view (flutter/engine#13933)
This commit is contained in:
parent
3e6ba41538
commit
8a11e4f2de
@ -48,4 +48,9 @@
|
||||
return YES;
|
||||
}
|
||||
|
||||
- (void)viewDidChangeBackingProperties {
|
||||
[super viewDidChangeBackingProperties];
|
||||
[_reshapeListener viewDidReshape:self];
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user