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:
Marshall Greenblatt 2011-08-23 16:04:40 +00:00
parent 1b1255c92d
commit 723e5877e9
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,9 @@ class WebViewHost;
// Keep track of the WebViewHost we're dragging over. If it changes during a
// drag, we need to re-send the DragEnter message.
WebViewHost* current_wvh_;
// True if the drag has been canceled.
bool canceled_;
}
// |view| is the WebView representing this browser window, used to communicate