Description<webview>: Don't reset allowtransparency and allowscaling between createGuest and attachGuest
https://codereview.chromium.org/1033373003/ introduced lazily issuing updated GuestView attributes
between create and attach. The AllowTransparency and AllowScaling attributes were defaulting to false
if not available in the attach params and so they were getting reset on attach. This CL fixes the issue
by only updating the attributes if they are passed along on attach.
BUG=471997
Committed: https://crrev.com/3f5bfc1e91367878b8d632f62ae482f4205a15a3
Cr-Commit-Position: refs/heads/master@{#324327}
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|