mac: Fix compile error.

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1170 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt 2013-04-03 17:31:10 +00:00
parent 8486ec564e
commit 9643f3287e
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,9 @@ CefWindowHandle AppGetMainHwnd() {
}
void AppQuitMessageLoop() {
}
bool AppIsOffScreenRenderingEnabled() {
return false;
}
// Process entry point.
int main(int argc, char* argv[]) {