From 9643f3287e91198d68512bf571b5d7161869ad1d Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Wed, 3 Apr 2013 17:31:10 +0000 Subject: [PATCH] mac: Fix compile error. git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1170 5089003a-bbd8-11dd-ad1f-f1f9622dbc98 --- tests/cefclient/process_helper_mac.cpp | 3 +++ 1 file changed, 3 insertions(+) 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[]) {