File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- 1416
2
- Changed:
[email protected] Wed, Jan
6, 2021
9:41:40 AM
1
+ 1417
2
+ Changed:
[email protected] Mon 11 Jan 2021
10:01:41 AM
PST
Original file line number Diff line number Diff line change @@ -15183,7 +15183,7 @@ index 5716d67d700e2d1a97b304a2949aabca24358d5c..9b63c511180c50907a3719ae854571ad
15183
15183
// and make it one UIClient call that calls the completionHandler with false
15184
15184
// if there is no delegate instead of returning the completionHandler
15185
15185
diff --git a/Source/WebKit/UIProcess/WebPageProxy.h b/Source/WebKit/UIProcess/WebPageProxy.h
15186
- index 0df616b76fb75033ef20179fe5b296f28355e3e1..e641744506cb9103f0a79351fb6fab51bcf46ea0 100644
15186
+ index 0df616b76fb75033ef20179fe5b296f28355e3e1..b99708424ab3aca96818466d05ea61329493b3be 100644
15187
15187
--- a/Source/WebKit/UIProcess/WebPageProxy.h
15188
15188
+++ b/Source/WebKit/UIProcess/WebPageProxy.h
15189
15189
@@ -39,6 +39,7 @@
@@ -15301,7 +15301,7 @@ index 0df616b76fb75033ef20179fe5b296f28355e3e1..e641744506cb9103f0a79351fb6fab51
15301
15301
unsigned m_currentDragNumberOfFilesToBeAccepted { 0 };
15302
15302
WebCore::IntRect m_currentDragCaretRect;
15303
15303
WebCore::IntRect m_currentDragCaretEditableElementRect;
15304
- +#if !PLATOFORM (COCOA)
15304
+ +#if !PLATFORM (COCOA)
15305
15305
+ bool m_interceptDrags { false };
15306
15306
+ OptionSet<WebCore::DragOperation> m_dragSourceOperationMask;
15307
15307
+ int m_dragEventsQueued = 0;
You can’t perform that action at this time.
0 commit comments