-
Notifications
You must be signed in to change notification settings - Fork 770
Sync WebView2 code with WinUI 3 #7351
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
Conversation
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
} | ||
|
||
void WebView2::UpdateDefaultBackgroundColor() | ||
void WebView2::UpdateDefaultVisualBackgroundColor() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does SpriteVisual have a similar background property we would ever want to use? If not, I'm happy to take it out.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Remove "#ifdef WinUI3" that doesn't run. Align sections of code that were in different places in the different code bases. Run all WebView2 tests down-level.
Fix issue where we were revoking m_pointerPressedRevoker twice, and revoke m_pointerReleasedRevoker instead.