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