<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 Review URL: https://codereview.chromium.org/1065413002 Cr-Commit-Position: refs/heads/master@{#324327}
Showing
Please register or sign in to comment