mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Windows: Fix VS2015 build errors in the binary distribution (issue #1692)
This commit is contained in:
@@ -509,7 +509,6 @@ void OsrWindowWin::OnMouseEvent(UINT message, WPARAM wParam, LPARAM lParam) {
|
||||
last_click_time_ = currentTime;
|
||||
last_click_button_ = btnType;
|
||||
|
||||
CefRefPtr<CefBrowserHost> browser_host = browser_->GetHost();
|
||||
if (browser_host) {
|
||||
CefMouseEvent mouse_event;
|
||||
mouse_event.x = x;
|
||||
|
Reference in New Issue
Block a user