Windows: Allow customization of background color (issue #1161).

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1559 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt
2014-01-07 18:04:31 +00:00
parent 72660c6fed
commit b479cb3aa3
3 changed files with 48 additions and 4 deletions

View File

@@ -377,6 +377,7 @@ struct CefSettingsTraits {
target->uncaught_exception_stack_size = src->uncaught_exception_stack_size;
target->context_safety_implementation = src->context_safety_implementation;
target->ignore_certificate_errors = src->ignore_certificate_errors;
target->background_color = src->background_color;
}
};