Method
WPEPlatformViewresized
Declaration [src]
void
wpe_view_resized (
WPEView* view,
int width,
int height
)
Description [src]
Update view size and emit WPEView::resized if size changed.
This function should only be called by WPEView derived classes
in platform implementations.