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:
parent
1b1255c92d
commit
723e5877e9
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue