diff --git a/libcef/web_drop_target_mac.h b/libcef/web_drop_target_mac.h index cc94f4472..b2b562dc7 100644 --- a/libcef/web_drop_target_mac.h +++ b/libcef/web_drop_target_mac.h @@ -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