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 81dbb1fdb90a33b77efeff7bcd9150d64ba4ea93..0d84c779483eaa2ecd31e9def7cd0b73c4826c8f 100644 |
--- a/ui/views/cocoa/bridged_content_view.h |
+++ b/ui/views/cocoa/bridged_content_view.h |
@@ -32,6 +32,9 @@ class View; |
// A tracking area installed to enable mouseMoved events. |
ui::ScopedCrTrackingArea trackingArea_; |
+ |
+ // Whether the view is reacting to a keyDown event on the view. |
+ BOOL inKeyDown_; |
} |
@property(readonly, nonatomic) views::View* hostedView; |