cefclient: macOS: Fix CefBrowser leak during OSR shutdown (issue #2151)

This commit is contained in:
Marshall Greenblatt
2017-04-26 15:05:12 -04:00
parent f2b988a0ce
commit f440f850ef
3 changed files with 16 additions and 3 deletions

View File

@@ -66,6 +66,7 @@
@property(nonatomic) BOOL handlingKeyDown;
- (id)initWithBrowser:(CefRefPtr<CefBrowser>)browser;
- (void)detach;
- (void)HandleKeyEventBeforeTextInputClient:(NSEvent*)keyEvent;
- (void)HandleKeyEventAfterTextInputClient:(CefKeyEvent)keyEvent;
- (void)ChangeCompositionRange:(CefRange)range