mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Windows: cefclient: Fix compile error with ATL disabled
This commit is contained in:
@ -1002,6 +1002,8 @@ CefBrowserHost::DragOperationsMask OsrWindowWin::OnDrop(
|
|||||||
return current_drag_op_;
|
return current_drag_op_;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif // defined(CEF_USE_ATL)
|
||||||
|
|
||||||
void OsrWindowWin::EnsureRenderHandler() {
|
void OsrWindowWin::EnsureRenderHandler() {
|
||||||
CEF_REQUIRE_UI_THREAD();
|
CEF_REQUIRE_UI_THREAD();
|
||||||
if (!render_handler_) {
|
if (!render_handler_) {
|
||||||
@ -1027,6 +1029,4 @@ void OsrWindowWin::EnsureRenderHandler() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // defined(CEF_USE_ATL)
|
|
||||||
|
|
||||||
} // namespace client
|
} // namespace client
|
||||||
|
Reference in New Issue
Block a user