feat: add screen reader support to Win32 toast notifications (#13834)

This commit is contained in:
Milan Burda 2018-09-12 16:18:35 +02:00 committed by Samuel Attard
parent 2cd03bf360
commit 932f6c8a41
5 changed files with 378 additions and 0 deletions

View file

@ -70,6 +70,9 @@ class DesktopNotificationController::Toast {
HDC hdc_;
HBITMAP bitmap_ = NULL;
class UIAutomationInterface;
UIAutomationInterface* uia_ = nullptr;
const std::shared_ptr<NotificationData> data_; // never null
SIZE toast_size_ = {};