| Index: ui/views/cocoa/bridged_content_view.h
|
| diff --git a/ui/views/cocoa/bridged_content_view.h b/ui/views/cocoa/bridged_content_view.h
|
| index 936545166a13e599418b9b87aaf64e7bed6ece8a..f6952a25e80dd9c7a712cc9e24458632e715e6c1 100644
|
| --- a/ui/views/cocoa/bridged_content_view.h
|
| +++ b/ui/views/cocoa/bridged_content_view.h
|
| @@ -36,8 +36,8 @@ class View;
|
| // A tracking area installed to enable mouseMoved events.
|
| ui::ScopedCrTrackingArea cursorTrackingArea_;
|
|
|
| - // Whether the view is reacting to a keyDown event on the view.
|
| - BOOL inKeyDown_;
|
| + // The keyDown event currently being handled, nil otherwise.
|
| + NSEvent* keyDownEvent_;
|
|
|
| // The last tooltip text, used to limit updates.
|
| base::string16 lastTooltipText_;
|
|
|