Update docs for non-offscreen invalidate

This commit is contained in:
Kevin Sawicki 2017-02-14 11:17:39 -08:00
parent 643cb5d6de
commit 52d989f908

View file

@ -1210,6 +1210,8 @@ Returns `Integer` - If *offscreen rendering* is enabled returns the current fram
#### `contents.invalidate()`
Schedules a full repaint of the window this web contents is in.
If *offscreen rendering* is enabled invalidates the frame and generates a new
one through the `'paint'` event.