Skip to content

Commit 9e780e0

Browse files
Update specs/CoreWebView2ControllerOptions.DefaultBackgroundColor.md
Co-authored-by: Raymond Chen <oldnewthing@users.noreply.github.com>
1 parent c9b0f68 commit 9e780e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs/CoreWebView2ControllerOptions.DefaultBackgroundColor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ applies the color too late.
4545
options4->put_DefaultBackgroundColor(wvColor);
4646
}
4747

48-
m_environment->CreateCoreWebView2Controller(
48+
m_environment->CreateCoreWebView2ControllerWithOptions(
4949
m_mainWindow,
5050
SUCCEEDED(result) ? options4.Get() : options.Get(),
5151
Callback<ICoreWebView2CreateCoreWebView2ControllerCompletedHandler>(

0 commit comments

Comments
 (0)