| commit | bba82b368739017314eac8bed4ae8c5533975bf5 | [log] [tgz] |
|---|---|---|
| author | raymes <raymes@chromium.org> | Tue Jul 19 00:41:38 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Tue Jul 19 00:43:54 2016 |
| tree | 932651141e9c42b7148a7bbb52d92e0f772781b5 | |
| parent | cf09bfc276420cce16b406380b6eeefb35ec8cbd [diff] |
Create a content::FrameOwnerProperties struct for IPC transport of WebFrameOwnerProperties blink::WebFrameOwnerProperties can't be sent over IPC because one of its members is a WebVector which doesn't have ParamTraits defined. We introduce a new struct in content to transfer the data. BUG=614608 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation Review-Url: https://codereview.chromium.org/2146803004 Cr-Commit-Position: refs/heads/master@{#406163}