Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(511)

Unified Diff: ui/base/cocoa/base_view.h

Issue 2337233004: MacViews: Fix sending mouse exit event and releasing capture on D&D. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/base/cocoa/base_view.mm » ('j') | ui/views/cocoa/bridged_content_view.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/cocoa/base_view.h
diff --git a/ui/base/cocoa/base_view.h b/ui/base/cocoa/base_view.h
index 0675caeae632e96c577ef8b17c98af441be57355..ef3ca4839f44ec55f5925905dcb3711f85e7c59b 100644
--- a/ui/base/cocoa/base_view.h
+++ b/ui/base/cocoa/base_view.h
@@ -27,8 +27,6 @@ UI_BASE_EXPORT
@private
ui::ScopedCrTrackingArea trackingArea_;
- BOOL dragging_;
- base::scoped_nsobject<NSEvent> pendingExitEvent_;
tapted 2016/09/19 00:31:01 spqchan is right - we can't change BaseView -- too
snake 2016/09/20 15:04:26 was
tapted 2016/09/21 10:07:05 So a possible alternative fix may be to generate a
NSInteger pressureEventStage_;
}
« no previous file with comments | « no previous file | ui/base/cocoa/base_view.mm » ('j') | ui/views/cocoa/bridged_content_view.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698