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 20111a8bf6b229fe91a147d51dea73e71118fa60..524685c903c1a3830ea19f58424179a9dd706ebe 100644 |
--- a/ui/views/cocoa/bridged_content_view.h |
+++ b/ui/views/cocoa/bridged_content_view.h |
@@ -61,6 +61,9 @@ class View; |
// so that BridgedNativeWidget can dynamically enable dragging of the window. |
@property(assign) BOOL mouseDownCanMoveWindow; |
+// When |flag| is YES, will make BridgedContentView ignore all mouse events. |
++ (void)setIgnoreMouseEvents:(BOOL)flag; |
+ |
// Initialize the NSView -> views::View bridge. |viewToHost| must be non-NULL. |
- (id)initWithView:(views::View*)viewToHost; |