diff --git a/tests/cefclient/process_helper_mac.cpp b/tests/cefclient/process_helper_mac.cpp index 412519d3d..eb7986d6c 100644 --- a/tests/cefclient/process_helper_mac.cpp +++ b/tests/cefclient/process_helper_mac.cpp @@ -17,6 +17,9 @@ CefWindowHandle AppGetMainHwnd() { } void AppQuitMessageLoop() { } +bool AppIsOffScreenRenderingEnabled() { + return false; +} // Process entry point. int main(int argc, char* argv[]) {