mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Windows: Fix cancellation of drag&drop when using off-screen rendering and multi-threaded message loop and returning false from CefRenderHandler::StartDragging (issue #1364).
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2062@1854 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@ -732,7 +732,6 @@ void ClientHandler::SetOSRHandler(CefRefPtr<RenderHandler> handler) {
|
||||
}
|
||||
|
||||
CefRefPtr<ClientHandler::RenderHandler> ClientHandler::GetOSRHandler() const {
|
||||
CEF_REQUIRE_UI_THREAD();
|
||||
return osr_handler_;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user