@param wait_for_repaint Whether or not to wait for the WebView
to finish repainting.
@param repaint_timeout_ms The maximum amount of time to wait
for a repaint, in milliseconds.
@return Returns true if the resize was successful. This operation
can fail if there is another resize already pending (see
awe_webview_is_resizing) or if the repaint timeout was exceeded.
Resizes this WebView to certain dimensions.
@param width The width in pixels to resize to.
@param height The height in pixels to resize to.
@param wait_for_repaint Whether or not to wait for the WebView to finish repainting.
@param repaint_timeout_ms The maximum amount of time to wait for a repaint, in milliseconds.
@return Returns true if the resize was successful. This operation can fail if there is another resize already pending (see awe_webview_is_resizing) or if the repaint timeout was exceeded.