Windows: cefclient: Fix compile error with ATL disabled

This commit is contained in:
Marshall Greenblatt 2019-02-13 12:43:55 -05:00
parent 4c730e8935
commit 8bc348d615
1 changed files with 2 additions and 2 deletions

View File

@ -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