Bug 1519636 - clang-format-8: Reformat recent changes to the Google coding style r=Ehsan
clang-format-8 upstream had some improvements wrt macros See: https://reviews.llvm.org/D33440 This is why the diff is bigger than usual # ignore-this-changeset Differential Revision: https://phabricator.services.mozilla.com/D26098
This commit is contained in:
@@ -772,13 +772,14 @@ nsresult PuppetWidget::NotifyIMEOfFocusChange(
|
||||
IMENotificationRequests(IMENotificationRequests::NOTIFY_ALL);
|
||||
RefPtr<PuppetWidget> self = this;
|
||||
mTabChild->SendNotifyIMEFocus(mContentCache, aIMENotification)
|
||||
->Then(mTabChild->TabGroup()->EventTargetFor(TaskCategory::UI), __func__,
|
||||
[self](IMENotificationRequests&& aRequests) {
|
||||
self->mIMENotificationRequestsOfParent = aRequests;
|
||||
},
|
||||
[self](mozilla::ipc::ResponseRejectReason&& aReason) {
|
||||
NS_WARNING("SendNotifyIMEFocus got rejected.");
|
||||
});
|
||||
->Then(
|
||||
mTabChild->TabGroup()->EventTargetFor(TaskCategory::UI), __func__,
|
||||
[self](IMENotificationRequests&& aRequests) {
|
||||
self->mIMENotificationRequestsOfParent = aRequests;
|
||||
},
|
||||
[self](mozilla::ipc::ResponseRejectReason&& aReason) {
|
||||
NS_WARNING("SendNotifyIMEFocus got rejected.");
|
||||
});
|
||||
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user