Skip to content

Commit c9b0f68

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

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
@@ -86,7 +86,7 @@ private void SetDefaultBackgroundColor()
8686
/// It is encouraged to transition away from the environment variable and use this API solution to apply the property.
8787

8888
[uuid(df9cb70b-8d87-5bca-ae4b-6f23285e8d94), object, pointer_default(unique)]
89-
interface ICoreWebView2ControllerOptions4 : IUnknown {
89+
interface ICoreWebView2ControllerOptions4 : ICoreWebView2ControllerOptions3 {
9090

9191
/// This API allows users to initialize the `DefaultBackgroundColor` early,
9292
/// preventing a white flash that can happen while WebView2 is loading when

0 commit comments

Comments
 (0)