Even though this call is probably fast, it can potentially happen a lot, make it _really_ fast
This commit is contained in:
parent
c474ad0913
commit
6e7aa6d299
2 changed files with 10 additions and 1 deletions
|
@ -199,6 +199,10 @@ class NativeWindowViews : public NativeWindow,
|
|||
|
||||
// In charge of running taskbar related APIs.
|
||||
TaskbarHost taskbar_host_;
|
||||
|
||||
// If true we have enabled a11y
|
||||
bool enabled_a11y_support_;
|
||||
|
||||
#endif
|
||||
|
||||
// Handles unhandled keyboard messages coming back from the renderer process.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue