Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add spec for CoreWebView2ControllerOptions.DefaultBackgroundColor.md #4899

Open
wants to merge 2 commits into
base: api-CoreWebView2ControllerOptions.DefaultBackgroundColor
Choose a base branch
from

Conversation

citlalli-z
Copy link

@citlalli-z citlalli-z commented Oct 30, 2024

This is a review for the new CoreWebView2ControllerOptions.DefaultBackgroundColor API.

@citlalli-z citlalli-z added the API Proposal Review WebView2 API Proposal for review. label Oct 30, 2024
@citlalli-z citlalli-z force-pushed the api-CoreWebView2ControllerOptions.DefaultBackgroundColor-draft branch 3 times, most recently from 33fde7c to 08674c7 Compare November 1, 2024 17:09
Update to address feedback from review comments
@citlalli-z citlalli-z force-pushed the api-CoreWebView2ControllerOptions.DefaultBackgroundColor-draft branch from 08674c7 to bad09b9 Compare November 1, 2024 17:14
return S_OK;
}

wil::com_ptr<ICoreWebView2ControllerOptions> stagingOptions;wil::com_ptr<ICoreWebView2ControllerOptions4> options4;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
wil::com_ptr<ICoreWebView2ControllerOptions> stagingOptions;wil::com_ptr<ICoreWebView2ControllerOptions4> options4;
wil::com_ptr<ICoreWebView2ControllerOptions4> options4;

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+make sure to change other instances of stagingOptions to options4 :)

@citlalli-z citlalli-z force-pushed the api-CoreWebView2ControllerOptions.DefaultBackgroundColor-draft branch 3 times, most recently from 3d78e03 to 6df85f0 Compare November 12, 2024 00:08
@citlalli-z citlalli-z force-pushed the api-CoreWebView2ControllerOptions.DefaultBackgroundColor-draft branch from 6df85f0 to 8c25360 Compare November 12, 2024 00:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Proposal Review WebView2 API Proposal for review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants