Index: chrome/browser/renderer_host/render_widget_host_view_mac.h |
=================================================================== |
--- chrome/browser/renderer_host/render_widget_host_view_mac.h (revision 79160) |
+++ chrome/browser/renderer_host/render_widget_host_view_mac.h (working copy) |
@@ -125,6 +125,9 @@ |
// Whether or not plugin IME is currently enabled active. |
BOOL pluginImeActive_; |
+ |
+ // Whether the previous mouse event was ignored due to hitTest check. |
+ BOOL mouseEventWasIgnored_; |
} |
@property(assign, nonatomic) NSRect caretRect; |