* @param {!JsonObject=} opt_data Fields: width, height
(opt_data)
| 97 | * @param {!JsonObject=} opt_data Fields: width, height |
| 98 | */ |
| 99 | renderStart(opt_data) { |
| 100 | this.client_.sendMessage('render-start', opt_data); |
| 101 | } |
| 102 | |
| 103 | /** |
| 104 | * Reports the "entity" that was rendered to this frame to the parent for |
no test coverage detected