Chromium Code Reviews| 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_; |
| } |