mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Mac: Add missing canceled_ variable to WebDropTarget.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@280 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@@ -24,6 +24,9 @@ class WebViewHost;
|
|||||||
// Keep track of the WebViewHost we're dragging over. If it changes during a
|
// Keep track of the WebViewHost we're dragging over. If it changes during a
|
||||||
// drag, we need to re-send the DragEnter message.
|
// drag, we need to re-send the DragEnter message.
|
||||||
WebViewHost* current_wvh_;
|
WebViewHost* current_wvh_;
|
||||||
|
|
||||||
|
// True if the drag has been canceled.
|
||||||
|
bool canceled_;
|
||||||
}
|
}
|
||||||
|
|
||||||
// |view| is the WebView representing this browser window, used to communicate
|
// |view| is the WebView representing this browser window, used to communicate
|
||||||
|
Reference in New Issue
Block a user