Chromium Code Reviews| Index: extensions/renderer/resources/guest_view/web_view.js |
| diff --git a/extensions/renderer/resources/guest_view/web_view.js b/extensions/renderer/resources/guest_view/web_view.js |
| index b74e2cb9fd79e90ef195a0f6c2aef65b1b0c2333..0f92c10aba4cbbf1cd319b4bc0da9a11744b43c1 100644 |
| --- a/extensions/renderer/resources/guest_view/web_view.js |
| +++ b/extensions/renderer/resources/guest_view/web_view.js |
| @@ -215,6 +215,10 @@ WebViewImpl.prototype.onLoadCommit = function( |
| } |
| }; |
| +WebViewImpl.prototype.setSize = function(params) { |
|
Fady Samuel
2015/01/12 23:16:40
This is fine for testing for let's not expose this
paulmeyer
2015/01/12 23:25:19
Done.
|
| + this.guest.setSize(params); |
| +}; |
| + |
| WebViewImpl.prototype.onAttach = function(storagePartitionId) { |
| this.attributes[WebViewConstants.ATTRIBUTE_PARTITION].setValue( |
| storagePartitionId); |