DescriptionAvoid loosing of the display mode value
Before this change WebViewImpl relied on FrameView to store the display mode value. It caused problems as FrameView can be re-created many times during a single WebView object life-cycle (for example FrameView is re-created during navigation).
Now WebViewImpl stores the display mode itself and the stored value is passed to all the newly created FrameViews.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=191763
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|