Chromium Code Reviews
Description[Aura] RenderWidgetHostViewAura fixes for embedding fullscreen views within browser tabs.
1. Modify OnBoundsChanged() to unconditionally call SetSize() to propagate all aura::Window size changes (e.g., due to container layout) to the renderer. There are already re-entrancy and redundancy guards in place, making this safe/sane.
2. Apply coordinate conversion for mouse events propagated to the parent->delegate. This was previously overlooked because it was assumed WebContentsViewAura was the only parent->delegate, and WCVA does not do anything with mouse coordinates.
BUG=256870
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=247628
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|
|||||||||||||||||||